iqm.iqm_client.models.MoveGateFrameTrackingMode#
- class iqm.iqm_client.models.MoveGateFrameTrackingMode(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)#
-
MOVE gate frame tracking mode for circuit compilation. This option is meant for advanced users.
Attributes
Perform complete MOVE gate frame tracking.
Do not add the phase detuning corrections to the pulse schedule for the MOVE gate.
Do not perform any MOVE gate frame tracking.
Methods
__new__
(value)__repr__
()Return repr(self).
__str__
()Return str(self).
__format__
(format_spec)Return a formatted version of the string as described by format_spec.
- FULL = 'full'#
Perform complete MOVE gate frame tracking.
- NO_DETUNING_CORRECTION = 'no_detuning_correction'#
Do not add the phase detuning corrections to the pulse schedule for the MOVE gate. The user is expected to do these manually.
- NONE = 'none'#
Do not perform any MOVE gate frame tracking. The user is expected to do these manually.