-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e4d5f7c
commit a31bde4
Showing
9 changed files
with
17 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.5.0 | ||
0.6.0 |
13 changes: 13 additions & 0 deletions
13
releasenotes/notes/0.6/load-qiskitrc-creds-4aac54737333e248.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,13 @@ | ||
--- | ||
upgrade: | ||
- | | ||
When migrating from ``qiskit-ibmq-provider`` your ``ibm_quantum`` channel credentials | ||
will get automatically copied over from the qiskitrc file | ||
and a qiskit-ibm.json file will get created if one doesn't exist. | ||
You have to just initialize :class:`~qiskit_ibm_runtime.QiskitRuntimeService` class without | ||
passing any parameters to use this copied over default ``ibm_quantum`` account. | ||
Ex:: | ||
from qiskit_ibm_runtime import QiskitRuntimeService | ||
service = QiskitRuntimeService() |
4 changes: 2 additions & 2 deletions
4
...ot-authorized-error-31241cd68d8a26d7.yaml → ...ot-authorized-error-31241cd68d8a26d7.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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
upgrade: | ||
- | | ||
When initializing :class:`~qiskit_ibm_runtime.QiskitRuntimeService` and an invalid | ||
token is used, ``IBMNotAuthorizedError`` will be raised instead of ``RequestsApiError``. | ||
When initializing :class:`~qiskit_ibm_runtime.QiskitRuntimeService` and an invalid | ||
token is used, ``IBMNotAuthorizedError`` will be raised instead of ``RequestsApiError``. |
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
File renamed without changes.
This file was deleted.
Oops, something went wrong.