You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
Information
main
What is the current behavior?
The backend properties
T1
,T2
are not correctly mapped to theIBMQubitProperties
t1
,t2
in _decode_qubit_propertiesSteps to reproduce the problem
For any
backend_name
,returns e.g.
What is the expected behavior?
t1
andt2
should be populated from the correspondingT1
,T2
valuesSuggested solutions
If we want to maintain lowercase
t1
,t2
, as IBMQubitProperties, add.lower()
toqiskit-ibm-provider/qiskit_ibm_provider/utils/json_decoder.py
Line 368 in cf6d062
The text was updated successfully, but these errors were encountered: