Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

backend doesn't grab instance from service #1246

Closed
blakejohnson opened this issue Nov 30, 2023 · 0 comments · Fixed by #1249
Closed

backend doesn't grab instance from service #1246

blakejohnson opened this issue Nov 30, 2023 · 0 comments · Fixed by #1249
Assignees
Labels
bug Something isn't working
Milestone

Comments

@blakejohnson
Copy link
Contributor

Describe the bug

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 hgp
print(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
@blakejohnson blakejohnson added the bug Something isn't working label Nov 30, 2023
@kt474 kt474 self-assigned this Nov 30, 2023
@kt474 kt474 added this to the 0.17.0 milestone Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants