MoveGateValidationMode#
Module: iqm.station_control.interface.models.circuit
- class MoveGateValidationMode(value)#
Bases:
StrEnumMOVE gate validation mode for circuit compilation. This options is meant for advanced users.
Attributes
MOVE(qubit, resonator) gates must only appear in sandwiches (pairs).
Allow PRX gates on the MOVE qubit inside MOVE sandwiches during validation.
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
