MoveGateValidationMode#

Module: iqm.station_control.interface.models.circuit

class MoveGateValidationMode(value)#

Bases: StrEnum

MOVE gate validation mode for circuit compilation. This options is meant for advanced users.

Attributes

STRICT

MOVE(qubit, resonator) gates must only appear in sandwiches (pairs).

ALLOW_PRX

Allow PRX gates on the MOVE qubit inside MOVE sandwiches during validation.

NONE

Do not perform any MOVE gate validation.

Methods

STRICT = 'strict'#

MOVE(qubit, resonator) gates must only appear in sandwiches (pairs). Inside a sandwich there must be no gates acting on the MOVE qubit, and no other MOVE gates acting on the resonator.

Type:

Perform standard MOVE gate validation

ALLOW_PRX = 'allow_prx'#

Allow PRX gates on the MOVE qubit inside MOVE sandwiches during validation.

NONE = 'none'#

Do not perform any MOVE gate validation.

Inheritance

Inheritance diagram of iqm.station_control.interface.models.circuit.MoveGateValidationMode