SXGate#
- class iqm.pulse.gates.sx.SXGate(parent, name, locus, calibration_data, builder)#
Bases:
CompositeGate
SX gate implementation based on PRX gate, by limiting the angle to pi / 2.
Module:
iqm.pulse.gates.sx
Attributes
Gates that can be calibrated separately from their common calibration existing in
self.builder
.Methods
- Parameters:
parent (QuantumOp) –
name (str) –
locus (Locus) –
calibration_data (OILCalibrationData) –
builder (ScheduleBuilder) –
- 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.