XYGate#
- class iqm.pulse.gates.enums.XYGate(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)#
Bases:
IntEnum
Enumerate all single-qubit Clifford gates whose rotation axis is in the XY plane.
Members of this enum can be mapped to the corresponding unitary propagator using
XYGATE_UNITARIES
.Only used in the tomography experiments.
Module:
iqm.pulse.gates.enums
Attributes
IDENTITY
X_90
X_180
X_M90
Y_90
Y_180
Y_M90
Methods