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
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 inself.builder.op_table
. Other gates besides the ones given here can also be constructed viaself.builder
, but these will always use the common calibration.