Open Cryoris opened 3 months ago
We should update the synthesis methods to use the PhaseGate instead of the IBM-legacy U1Gate, if possible. See https://github.com/Qiskit/qiskit/pull/12961#discussion_r1719719621.
PhaseGate
U1Gate
RZGate also should be fine if you prefer to centralise on the rx/ry/rz set to make the logic simpler - just needs a couple of local operations to account for the phase difference.
RZGate
Summary
We should update the synthesis methods to use the
PhaseGate
instead of the IBM-legacyU1Gate
, if possible. See https://github.com/Qiskit/qiskit/pull/12961#discussion_r1719719621.