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

Print the instance used to connect or run on the service #1126

Closed
francabrera opened this issue Oct 4, 2023 · 1 comment · Fixed by #1150
Closed

Print the instance used to connect or run on the service #1126

francabrera opened this issue Oct 4, 2023 · 1 comment · Fixed by #1150
Assignees
Labels
enhancement New feature or request

Comments

@francabrera
Copy link
Member

What is the expected feature or enhancement?

When connecting to the quantum channel, when the user doesn't specifying an instance or they have setup the environment variable QISKIT_IBM_INSTANCE, it's hard to tell which instance the provider chose so I have no clue which instance I'm using.

Acceptance criteria

When connecting to the service, if one instance is selected (including by the env variable or when the user specifies one programatically), print it. When running a job print which instance it's using.

@francabrera francabrera added the enhancement New feature or request label Oct 4, 2023
@jyu00
Copy link
Collaborator

jyu00 commented Oct 4, 2023

When running a job print which instance it's using.

I don't think we need this at every job run, since that can get annoying quickly. Probably just once at service initialization (if instance is not explicitly specified), and at job run if the instance used is different (e.g. we need to switch to a different one to access the backend selected).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants