-
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.
* Increment qiskit version number to 0.24.1 This is changed in four files: modified: Cargo.toml modified: docs/conf.py modified: qiskit/VERSION.txt modified: setup.py * Add release note for patch release 0.24.1 * Simplify grammar in a release note * Add word in release note * Wrap text of release note * Fix a misspelled word in a release note * Update releasenotes/notes/433_qubit_coordinates_map-8abc318fefdb99ac.yaml Co-authored-by: Matthew Treinish <[email protected]> * Bump patch version level on Cargo.toml files in crates * Generate Cargo.lock --------- Co-authored-by: Matthew Treinish <[email protected]>
- Loading branch information
Showing
12 changed files
with
19 additions
and
12 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
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.24.0 | ||
0.24.1 |
5 changes: 4 additions & 1 deletion
5
releasenotes/notes/433_qubit_coordinates_map-8abc318fefdb99ac.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,4 +1,7 @@ | ||
--- | ||
fixes: | ||
- | | ||
Updated :func:`~qiskit.visualization.plot_gate_map`, :func:`~qiskit.visualization.plot_error_map`, and :func:`~qiskit.visualization.plot_circuit_layout` to support 433 qubit heavy-hex coupling maps. This allows coupling map visualizations for IBM's ``ibm_seattle``. | ||
Updated :func:`~qiskit.visualization.plot_gate_map`, :func:`~qiskit.visualization.plot_error_map`, and | ||
:func:`~qiskit.visualization.plot_circuit_layout` to support 433 qubit heavy-hex coupling maps. This | ||
allows coupling map visualizations for IBM Quantum's ``ibm_seattle`` | ||
backend. |
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
2 changes: 1 addition & 1 deletion
2
releasenotes/notes/fix-exception-decription-3ba0b5db82c576cf.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,4 +1,4 @@ | ||
--- | ||
fixes: | ||
- Fix a bug in :class:`~.RZXCalibrationBuilder` where calling calibration with wrong parameters | ||
would crash instead of raising exception. | ||
would crash instead of raising an exception. |
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,4 @@ | ||
--- | ||
prelude: > | ||
Qiskit Terra 0.24.1 is the first patch release to 0.24.0. This fixes some bugs | ||
that have been discovered since the release of 0.24.0. |
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