-
Notifications
You must be signed in to change notification settings - Fork 173
Selection of instances in the new IBM Quantum Platform #2236
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
Comments
What happens if one specifies a |
it should fail |
@beckykd we're going to need doc update for this when it's done. It my not be obvious to users where to find their instance names and plans. |
Does this mean looking at other instances the user has saved? Or somehow fetching all the instances the user has access to? |
Fetching from the IBM Cloud platform API |
What is the expected feature or enhancement?
Unlike with the
ibm_quantum
channel, theibm_cloud
channel makes it mandatory to specify an instance when saving an account and it does not provide a way to switch to a different instance other than saving multiple accounts and iterating over them.Users may have access to more than one Qiskit Runtime service instance in IBM Cloud within their Account, and may want to, instead of specifying a single instance, being able to find the one which has access to a QPU backend or submit workloads to more than one instance within their code.
We would like to allow users in the new IBM Quantum Platform to connect to their accounts within Qiskit and being able to save a default instance or let the provider find the instance within the account which has access to a particular QPU, with the user optionally specifying their plans preferences when looking for an instance, or if they want only to look in one particular region and not the two regions our services are deployed in.
Acceptance criteria
ibm_quantum_platform
which becomes the default channel and deprecates theibm_quantum
andibm_cloud
channels.default_instance
they want to use (by providing a CRN or the Name of the instance).us-east
,eu-de
), defaulting to all regions.Example:
cc @jyu00
The text was updated successfully, but these errors were encountered: