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
It is possible for the instance attached to the service to not get passed to the backend object. Only occurs when a user has access to a backend via multiple instances.
Steps to reproduce
service=QiskitRuntimeService(channel="ibm_quantum", instance="hgp1")
backend=service.get_backend("ibm_algiers")
# ... returns a non-matching hgpprint(backend._instance)
Suggested solutions
I suspect that somewhere around here there are a few instances of instance that should be instance_filter.
Additional Information
qiskit-ibm-runtime version: 0.16.1
Python version: 3.11
Operating system: macOS
The text was updated successfully, but these errors were encountered:
Describe the bug
It is possible for the
instance
attached to the service to not get passed to thebackend
object. Only occurs when a user has access to a backend via multiple instances.Steps to reproduce
Suggested solutions
I suspect that somewhere around here there are a few instances of
instance
that should beinstance_filter
.Additional Information
The text was updated successfully, but these errors were encountered: