-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Prepare release 0.11.3 * fix reno formatting
- Loading branch information
Showing
7 changed files
with
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
features: | ||
- | | ||
Added reason for failure when invoking the method | ||
:meth:`~qiskit_ibm_runtime.RuntimeJob.error_message`. | ||
File renamed without changes.
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,7 @@ | ||
--- | ||
features: | ||
- | | ||
Raise an exception if the number of circuits passed to | ||
:meth:`~qiskit_ibm_runtime.BasePrimitive._run_primitive` | ||
exceeds the number of circuits supported on the backend. | ||
File renamed without changes.
This file was deleted.
Oops, something went wrong.
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,8 +1,8 @@ | ||
--- | ||
features: | ||
- | | ||
If ''instance'' is provided as parameter to | ||
:meth:`QiskitRuntimeService.__init__`, | ||
If ``instance`` is provided as parameter to | ||
:class:`qiskit_ibm_runtime.QiskitRuntimeService`, | ||
then this is used as a filter in :meth:`QiskitRuntimeService.backends()`. | ||
If ''instance'' is not recognized as one of the provider instances, | ||
If ``instance`` is not recognized as one of the provider instances, | ||
an exception will be raised. Previously, we only issued a warning. |
This file was deleted.
Oops, something went wrong.