-
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.
* update version numbers * fix renos * add reno * fix typo in the reno * Minimize changes in Cargo.lock Due to an old minium supported rust version on stable, only build the the rust package without updating all the packages. * Fix minor grammar bugs --------- Co-authored-by: Jake Lishman <[email protected]>
- Loading branch information
1 parent
5c461eb
commit 09f904a
Showing
12 changed files
with
21 additions
and
18 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "qiskit-terra" | ||
version = "0.23.1" | ||
version = "0.23.2" | ||
edition = "2021" | ||
rust-version = "1.56.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
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.23.1 | ||
0.23.2 |
4 changes: 2 additions & 2 deletions
4
releasenotes/notes/add-gates-to-Clifford-class-7de8d3213c60836a.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,10 +1,10 @@ | ||
--- | ||
fixes: | ||
- | | ||
Add the following Clifford gates, that already exist in the Circuit Library, | ||
Add the following Clifford gates, that already exist in the circuit library, | ||
to the :class:`.Clifford` class: | ||
:class:`.SXGate`, :class:`.SXdgGate`, :class:`.CYGate`, :class:`.DCXGate`, | ||
:class:`.iSwapGate` and :class:`.ECRGate`. | ||
- | | ||
Add a decomposition of an :class:`.ECRGate` into Clifford gates (up to a global phase) | ||
into the :class:`.EquivalenceLibrary`. | ||
to the standard equivalence library. |
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
10 changes: 5 additions & 5 deletions
10
releasenotes/notes/fix-backendv2converter-de342352cf882494.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,9 +1,9 @@ | ||
--- | ||
fixes: | ||
- | | ||
Fixed a bug of wrong return value of the method :meth:`BackendV2Converter.meas_map` | ||
that had returned backend `dt` instead. | ||
Fixed an incorrect return value of the method :meth:`.BackendV2Converter.meas_map` | ||
that had returned the backend ``dt`` instead. | ||
- | | ||
Fixed a bug of missing return value from methods :meth:`BackendV2Converter.drive_channel`, | ||
:meth:`BackendV2Converter.measure_channel`, :meth:`BackendV2Converter.acquire_channel` and | ||
:meth:`BackendV2Converter.control_channel`. | ||
Fixed missing return values from the methods :meth:`.BackendV2Converter.drive_channel`, | ||
:meth:`~.BackendV2Converter.measure_channel`, :meth:`~.BackendV2Converter.acquire_channel` and | ||
:meth:`~.BackendV2Converter.control_channel`. |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
--- | ||
prelude: > | ||
The Qiskit Terra 0.23.2 patch release fixes further bugs identified in the 0.23 series. |
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