RunRequest#
Module: iqm.station_control.interface.models.circuit
- RunRequest#
Attributes
model_configConfiguration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
move_gate_frame_tracking_modemove_validation_modecircuitsBatch of quantum circuit(s) to execute.
calibration_set_idID of the calibration set to use, or None to use the current default calibration set.
qubit_mappingMapping from logical qubit names to physical qubit names, or None if
circuitsuse physical qubit names.shotsHow many times to execute each circuit in the batch, must be greater than zero.
max_circuit_duration_over_t2Circuits are disqualified on the server if they are longer than this fraction of the T2 time of the worst qubit used.
heralding_modeWhich heralding mode to use during the execution of circuits in this request.
move_gate_validationWhich method of MOVE gate validation to use in circuit compilation.
move_gate_frame_trackingWhich method of MOVE gate frame tracking to use for circuit compilation.
active_reset_cyclesNumber of active
resetoperations inserted at the beginning of each circuit for each active qubit.dd_modeWhether dynamical decoupling is enabled or disabled during the execution.
dd_strategyDynamical decoupling strategy to be used during the execution, if DD is enabled.
Methods
alias of
PostJobsRequest
Inheritance
