iqm.iqm_client.models.MoveGateValidationMode#
- class iqm.iqm_client.models.MoveGateValidationMode(value)#
-
MOVE gate validation mode for circuit compilation. This options is meant for advanced users.
Attributes
MOVE gates must only appear in sandwiches, with no gates acting on the MOVE qubit inside the sandwich.
Allow PRX gates on the MOVE qubit inside MOVE sandwiches during validation.
Do not perform any MOVE gate validation.
Methods
_generate_next_value_
(start, count, last_values)Generate the next value when not given.
- STRICT: Final[str] = 'strict'#
MOVE gates must only appear in sandwiches, with no gates acting on the MOVE qubit inside the sandwich.
- Type:
Perform standard MOVE gate validation