Skip to content

Commit 6a42b1f

Browse files
committed
mention how to get the old basis trafo
1 parent ea44484 commit 6a42b1f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

releasenotes/notes/1.3/pauli-evo-plugins-612850146c3f7d49.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,8 @@ upgrade:
7878
:math:`R_X(-\pi/2)` as basis transformation. Using the :math:`\sqrt{X}` operation,
7979
represented by the :class:`.SXGate` is more efficient as it uses only a single gate
8080
implemented as singleton.
81+
82+
If you were relying on the previous gate usage, we recommend building the circuits with
83+
Qiskit 1.2 and exporting them with :func:`.qpy.dump`, or to write a custom
84+
:class:`.TransformationPass`, which performs the translation to your desired basis change
85+
gate.

0 commit comments

Comments
 (0)