forked from qiskit-community/qiskit-experiments
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…kit-community#1371) ### Summary Closes qiskit-community#1346 by adding logic to handle the HGP and service for a `qiskit-ibm-runtime` backend object and replacing mentions of `qiskit-ibm-provider` in docs with `qiskit-ibm-runtime` syntax. ### Details and comments - Updates sessions howto with the new sessions syntax supported by `qiskit-ibm-runtime` (requires >=15.0) - Removes old code to handle `qiskit-ibmq-runtime` backends - Replaces non-free/deprecated backends in docs with `ibm-osaka` --------- Co-authored-by: Will Shanks <[email protected]>
- Loading branch information
1 parent
e648bc5
commit 4ea9cf6
Showing
8 changed files
with
95 additions
and
61 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
11 changes: 11 additions & 0 deletions
11
releasenotes/notes/runtime-provider-support-5358b72ec0035419.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
features: | ||
- | | ||
Experiments run via the ``qiskit-ibm-runtime`` provider can now be saved | ||
to the cloud service. | ||
upgrade: | ||
- | | ||
With the impending deprecation of the ``qiskit-ibm-provider`` package, support for | ||
``qiskit-ibm-provider`` is now deprecated and will be removed | ||
in the next release. Users should migrate to ``qiskit-ibm-runtime`` following the | ||
`migration guide <https://docs.quantum.ibm.com/api/migration-guides/qiskit-runtime-from-provider>`. |
This file contains 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
Oops, something went wrong.