Skip to content

Commit

Permalink
Fix release Pauli equivalences release note (#10528)
Browse files Browse the repository at this point in the history
The equivalences were all correct, just the release note had put the
applied operations in the equivalence the wrong way round.

(cherry picked from commit 86c21de)
  • Loading branch information
jakelishman authored and mergify[bot] committed Mar 25, 2024
1 parent 5dcfade commit 54979a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
features:
- |
The transpiler's built-in :class:`.EquivalenceLibrary` has been taught the circular Pauli
relations :math:`X = iYZ`, :math:`Y = iZX` and :math:`Z = iXY`. This should make transpiling
relations :math:`X = iZY`, :math:`Y = iXZ` and :math:`Z = iYX`. This should make transpiling
to constrained, and potentially incomplete, basis sets more reliable.
See `#10293 <https://github.com/Qiskit/qiskit-terra/issues/10293>`__ for more detail.

0 comments on commit 54979a0

Please sign in to comment.