qiskit-ibm-runtime
qiskit-ibm-runtime copied to clipboard
Speed up `QiskitRuntimeService.backends`
What is the expected feature or enhancement?
I've found that if I have a QiskitRuntimeService
object, the first call to the backends
method often can take a really long time, sometimes around 60 seconds. I would expect this method to only take at most a few seconds.
Acceptance criteria
Calls to QiskitRuntimeService.backends
should take at most a few seconds.