Add support for viewing backends available on IBM Cloud#56
Merged
jyu00 merged 8 commits intoQiskit:mainfrom Dec 14, 2021
Merged
Add support for viewing backends available on IBM Cloud#56jyu00 merged 8 commits intoQiskit:mainfrom
jyu00 merged 8 commits intoQiskit:mainfrom
Conversation
daka1510
reviewed
Dec 10, 2021
The new API just returns the string of backends and not all the configuration at once, so we don't need to provide user with the option to specify a custom timeout since the get backends call won't take too long for IBM Cloud
9bc1ed7 to
5787a72
Compare
daka1510
approved these changes
Dec 13, 2021
blakejohnson
pushed a commit
to blakejohnson/qiskit-ibm-runtime
that referenced
this pull request
May 26, 2023
* add qka test * fix relative import * fix hgp * move numpy
ihincks
pushed a commit
to ihincks/qiskit-ibm-runtime
that referenced
this pull request
Oct 29, 2025
A `Session` object doesn't have a `run` method but rather a `_run`.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR builds upon #55 (will rebase this once #55 is merged) to make the following functionality available to IBM Cloud users. (Currently works only with staging env)
Example:
Details and comments
Fixes #