Skip to content

Commit

Permalink
Fix release Pauli equivalences release note (#10528) (#12074)
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)

Co-authored-by: Jake Lishman <jake.lishman@ibm.com>
  • Loading branch information
mergify[bot] and jakelishman committed Apr 3, 2024
1 parent e35b3f0 commit 5150003
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 5150003

Please sign in to comment.