forked from Qiskit/qiskit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare 0.25.2 release (Qiskit#10914)
* prepare to 0.25.2 * leave the metapackage version as it was * revert Cargo.lock * revert Cargo.toml * reno * remove Release Notes_Terra section * Fixup release notes --------- Co-authored-by: Jake Lishman <[email protected]>
- Loading branch information
1 parent
5026735
commit cfc697b
Showing
9 changed files
with
99 additions
and
10 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
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.25.1 | ||
0.25.2 |
2 changes: 1 addition & 1 deletion
2
releasenotes/notes/fix-clifford-from-diagonal-7708654373bd5b8b.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 a bug where :meth:`~.Clifford.from_matrix` and :meth:`~.Clifford.from_operator` | ||
Fixed a bug where :meth:`.Clifford.from_matrix` and :meth:`~.Clifford.from_operator` | ||
do not fail with non-Clifford diagonal operators (matrices) and return incorrect | ||
Clifford objects. This has been corrected so that they raise an error in the cases. | ||
Fixed `#10903 <https://github.com/Qiskit/qiskit-terra/issues/10903>`__ |
4 changes: 2 additions & 2 deletions
4
releasenotes/notes/fix_pauli_new_style_bit-0704933127b4debe.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: | ||
- | | ||
The class :class:`.Pauli` now support creation from :class:`.QuantumCircuit` | ||
that use new-style :class:`.Bit`. | ||
The class :class:`.Pauli` now supports creation from :class:`.QuantumCircuit`\ s | ||
that use new-style :class:`.Bit`\ s. |
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,4 @@ | ||
--- | ||
prelude: > | ||
Qiskit Terra 0.25.2 is a small patch release, fixing several bugs found | ||
in the 0.25 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