-
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.
* Fix typos in release notes for 0.18.1 (backport #6853) Co-authored-by: Matthew Treinish <[email protected]> (cherry picked from commit e1bf77c) * Prepare 0.18.1 release Co-authored-by: Matthew Treinish <[email protected]>
- Loading branch information
1 parent
05ce2e5
commit 31a6228
Showing
9 changed files
with
22 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.18.0 | ||
0.18.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,6 +1,6 @@ | ||
--- | ||
fixes: | ||
- | | ||
Fix a bug a :class:`~qiskit.circuit.library.EvolvedOperatorAnsatz` with the | ||
global phase is 0 (such as for :class:`~qiskit.circuit.library.QAOAAnsatz`) the global phase | ||
was still a :class:`~qiskit.circuit.ParameterExpression`. | ||
Fix a bug in :class:`~qiskit.circuit.library.EvolvedOperatorAnsatz` when the | ||
global phase is 0 (such as for :class:`~qiskit.circuit.library.QAOAAnsatz`) but | ||
was still a :class:`~qiskit.circuit.ParameterExpression`. |
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,7 @@ | ||
--- | ||
fixes: | ||
- | | ||
Fixed an issue with :attr:`qiskit.algorithms.optimizers.QNSPSA.settings` | ||
attribute which was missing the ``fidelity`` argument from the output. | ||
This is now correctly included in the attribute's output. | ||
Fixed an issue with the :attr:`~qiskit.algorithms.optimizers.QNSPSA.settings` | ||
attribute of :obj:`~qiskit.algorithms.optimizers.QNSPSA`, which was missing | ||
the ``fidelity`` argument from the output. This is now correctly included | ||
in the attribute's output. |
7 changes: 4 additions & 3 deletions
7
releasenotes/notes/one-gate-identity-optimization-fix-d6d1496d9f5409a6.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,7 @@ | ||
--- | ||
fixes: | ||
- | | ||
Previously, ``Optimize1qGatesDecompositions`` failed to properly optimize one qubit gates that | ||
are sufficiently close to the identity matrix. This was fixed so that any gates that differ | ||
from the identity by less than 1e-15 are removed. | ||
Previously, :obj:`~qiskit.transpiler.passes.Optimize1qGatesDecomposition` | ||
failed to properly optimize one qubit gates that are sufficiently close to | ||
the identity matrix. This was fixed so that any gates that differ from the | ||
identity by less than 1e-15 are removed. |
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 @@ | ||
--- | ||
prelude: > | ||
This bugfix release fixes a few minor issues and regressions in the 0.18.0 | ||
release. There is also a minor change to how ``pip`` handles the ``[all]`` | ||
extra when installing ``qiskit-terra`` directly, compared to 0.18.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
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