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

registered_gates

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

Methods

Parameters:
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.

_call()#

Call PRX gate with angle equals to pi / 2.

Return type:

TimeBox