iqm.iqm_client.validation

iqm.iqm_client.validation#

Validation related helper functions for IQMClient.

Functions

validate_circuit_instructions(architecture, ...)

Validate the given circuits against the given quantum architecture.

validate_circuit_moves(architecture, circuit)

Raise an error if the MOVE gates in the circuit are not valid in the given architecture.

validate_instruction(architecture, instruction)

Validate an instruction against the dynamic quantum architecture.

validate_qubit_mapping(architecture, circuits)

Validate the given qubit mapping.