Qiskit / qiskit-ibm-runtime

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

Replace fake backend utility methods #2012

Closed kt474 closed 2 weeks ago

kt474 commented 3 weeks ago

Summary

The deprecation warning from the original issue is not from the fake backend utility methods. A couple V1 fake backends were missed in #1946 and those were causing this deprecation warning. The remaining V1 fake backends have also been removed in this PR.

Details and comments

Fixes #2010