XYGate

Contents

XYGate#

Module: iqm.pulse.gates.enums

class iqm.pulse.gates.enums.XYGate(value)#

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.

Attributes

IDENTITY

X_90

X_180

X_M90

Y_90

Y_180

Y_M90

Methods

Inheritance

Inheritance diagram of iqm.pulse.gates.enums.XYGate