Qiskit / qiskit-ibm-runtime

IBM Client for Qiskit Runtime
https://docs.quantum.ibm.com/api/qiskit-ibm-runtime
Apache License 2.0
135 stars 148 forks source link

Failing integration test `test_backend_fetch_all_qubit_properties ` #1743

Closed rathishcholarajan closed 2 weeks ago

rathishcholarajan commented 2 weeks ago

Describe the bug

https://github.com/Qiskit/qiskit-ibm-runtime/actions/runs/9476484719/job/26109444112#step:5:5677

====================================================================== ERROR: test_backend_fetch_all_qubit_properties (test.integration.test_backend.TestIBMBackend) Check retrieving properties of all qubits

Traceback (most recent call last): File "/home/runner/work/qiskit-ibm-runtime/qiskit-ibm-runtime/test/integration/test_backend.py", line 227, in test_backend_fetch_all_qubit_properties qubit_properties = self.backend.qubit_properties(qubits) File "/opt/hostedtoolcache/Python/3.9.19/x64/lib/python3.9/site-packages/qiskit/providers/backend.py", line 519, in qubit_properties raise NotImplementedError NotImplementedError

Steps to reproduce

Expected behavior

Suggested solutions

Additional Information