-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
2f33886
commit 92fc708
Showing
8 changed files
with
49 additions
and
38 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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.22.2 | ||
0.22.3 |
2 changes: 1 addition & 1 deletion
2
releasenotes/notes/fix-qnspsa-max-evals-grouped-52eb462fa6c82079.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 @@ | ||
--- | ||
fixes: | ||
- | | ||
Fixes a bug causing QNSPSA to fail when ``max_evals_grouped`` was set to a | ||
Fixed a bug causing :class:`.QNSPSA` to fail when ``max_evals_grouped`` was set to a | ||
value larger than 1. |
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,3 @@ | ||
--- | ||
prelude: > | ||
Qiskit Terra 0.22.3 is a minor bugfix release, fixing some further bugs in the 0.22 series. |
2 changes: 1 addition & 1 deletion
2
releasenotes/notes/reinstate-pulse-instruction-draw-7bf4bbabaa1f1862.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,6 +1,6 @@ | ||
--- | ||
fixes: | ||
- | | ||
The :meth:`.pulse.Instruction.draw` will now succeed, as before. | ||
The :meth:`.pulse.Instruction.draw` method will now succeed, as before. | ||
This method is deprecated with no replacement planned, but it should | ||
still work for the period of deprecation. |
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