iqm.iqm_client.models.MoveGateFrameTrackingMode#

class iqm.iqm_client.models.MoveGateFrameTrackingMode(value)#

Bases: str, Enum

MOVE gate frame tracking mode for circuit compilation. This option is meant for advanced users.

Attributes

FULL

Perform complete MOVE gate frame tracking.

NO_DETUNING_CORRECTION

Do not add the phase detuning corrections to the pulse schedule for the MOVE gate.

NONE

Do not perform any MOVE gate frame tracking.

Methods

_generate_next_value_(start, count, last_values)

Generate the next value when not given.

FULL: Final[str] = 'full'#

Perform complete MOVE gate frame tracking.

NO_DETUNING_CORRECTION: Final[str] = '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: Final[str] = 'none'#

Do not perform any MOVE gate frame tracking. The user is expected to do these manually.