RZ_PRX_Composite#

class iqm.pulse.gates.rz.RZ_PRX_Composite(parent, name, locus, calibration_data, builder)#

Bases: CompositeGate

RZ gate implemented as a sequence of PRX gates.

Module: iqm.pulse.gates.rz

Attributes

registered_gates

Gates that can be calibrated separately from their common calibration existing in self.builder.

Methods

registered_gates: list[str] = ['prx']#

Gates that can be calibrated separately from their common calibration existing in self.builder. The gate names should correspond to the keys in self.builder.op_table. Other gates besides the ones given here can also be constructed via self.builder, but these will always use the common calibration.