Skip to content

Commit 59a4e02

Browse files
authored
Add a private alias to decode_backend_configuration() (#2028)
1 parent 7b25286 commit 59a4e02

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

qiskit_ibm_runtime/utils/backend_decoder.py

+4
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,10 @@ def decode_backend_configuration(config: Dict) -> None:
125125
u_channel_lo["scale"] = _to_complex(u_channel_lo["scale"])
126126

127127

128+
# TODO: remove this when no longer needed server-side
129+
_decode_backend_configuration = decode_backend_configuration
130+
131+
128132
def _to_complex(value: Union[List[float], complex]) -> complex:
129133
"""Convert the input value to type ``complex``.
130134

0 commit comments

Comments
 (0)