-
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.
* Prepare 1.2.1 release * update renos * move remaining renos * Update releasenotes/notes/1.2/fix-2q-basis-decomposer-non-std-kak-gate-edc69ffb5d9ef302.yaml --------- Co-authored-by: Elena Peña Tapia <57907331+ElePT@users.noreply.github.com>
- Loading branch information
Showing
22 changed files
with
41 additions
and
32 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 @@ | ||
1.2.0 | ||
1.2.1 |
2 changes: 1 addition & 1 deletion
2
...just-neato-settings-3adcc0ae9e245ce9.yaml → ...just-neato-settings-3adcc0ae9e245ce9.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: | ||
- | | ||
Fixes an issue with the visualizations of some backends/coupling maps that showed as folded on their own. The | ||
Fixed an issue with the visualizations of some backends/coupling maps that showed as folded on their own. The | ||
`default ``neato`` setting <https://graphviz.org/docs/layouts/neato/>`_ works well in most cases. However, | ||
``prism`` overlap returns a more regular layout for other scenarios. |
File renamed without changes.
6 changes: 6 additions & 0 deletions
6
releasenotes/notes/1.2/fix-2q-basis-decomposer-non-std-kak-gate-edc69ffb5d9ef302.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,6 @@ | ||
--- | ||
fixes: | ||
- | | ||
Fixed a bug in :class:`.TwoQubitBasisDecomposer` where the Rust-based code | ||
would panic if the given KAK gate was not a default version of the standard gates (for example, using ``CXGate(ctrl_state=0)``). | ||
Fixed `#12998 <https://github.com/Qiskit/qiskit/issues/12998>`__. |
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
6 changes: 6 additions & 0 deletions
6
releasenotes/notes/1.2/fix-negative-seed-pm-2813a62a020da115.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,6 @@ | ||
--- | ||
fixes: | ||
- | | ||
:func:`.generate_preset_pass_manager` now correctly raises an exception, | ||
if ``seed_transpiler`` is set to an invalid value (i.e., it is not a non-negative integer). | ||
Fixed `#12938 <https://github.com/Qiskit/qiskit/issues/12938>`__. |
2 changes: 1 addition & 1 deletion
2
...-sabre-releasevalve-7f9af9bfc0482e04.yaml → ...-sabre-releasevalve-7f9af9bfc0482e04.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,7 +1,7 @@ | ||
--- | ||
fixes: | ||
- | | ||
Fixed an edge case in :class:`.SabreLayout`, where in rare cases on large | ||
Fixed an edge case in :class:`.SabreLayout`, where, in rare cases on large | ||
devices and challenging circuits, the routing would fail. This was due to the | ||
release valve making more than one two-qubit gate routable, where only one was expected. | ||
Fixed `#13081 <https://github.com/Qiskit/qiskit/issues/13081>`__. |
6 changes: 6 additions & 0 deletions
6
releasenotes/notes/1.2/fix-split-2q-unitaries-custom-gate-d10f7670a35548f4.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,6 @@ | ||
--- | ||
fixes: | ||
- | | ||
Fixed a bug in :class:`.Split2QUnitaries` where it would fail to run on circuits | ||
with custom :class:`.Gate` objects that did not implement ``__array__``. | ||
See `#12970 <https://github.com/Qiskit/qiskit/issues/12970>`__. |
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
5 changes: 5 additions & 0 deletions
5
releasenotes/notes/1.2/fix_initialize_gates_to_uncompute-d0dba6a642d07f30.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,5 @@ | ||
--- | ||
fixes: | ||
- | | ||
Fixed a bug that caused the method :meth:`.Initialize.gates_to_uncompute` fail. | ||
Fixed `#12969 <https://github.com/Qiskit/qiskit/issues/12969>`__. |
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 1.2.1 is a minor bugfix release for the 1.2 series. |
File renamed without changes.
5 changes: 0 additions & 5 deletions
5
releasenotes/notes/fix-2q-basis-decomposer-non-std-kak-gate-edc69ffb5d9ef302.yaml
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
releasenotes/notes/fix-negative-seed-pm-2813a62a020da115.yaml
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
releasenotes/notes/fix-split-2q-unitaries-custom-gate-d10f7670a35548f4.yaml
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
releasenotes/notes/fix_initialize_gates_to_uncompute-d0dba6a642d07f30.yaml
This file was deleted.
Oops, something went wrong.