iqm.iqm_client.models.JobParameters#
- class iqm.iqm_client.models.JobParameters(*, shots: int, max_circuit_duration_over_t2: float | None = None, heralding_mode: HeraldingMode = HeraldingMode.NONE, move_validation_mode: MoveGateValidationMode = MoveGateValidationMode.STRICT, move_gate_frame_tracking_mode: MoveGateFrameTrackingMode = MoveGateFrameTrackingMode.FULL, dd_mode: DDMode = DDMode.DISABLED, dd_strategy: DDStrategy | None = None)#
Bases:
BaseModel
Job-specific parameters extracted from the original RunRequest.
Attributes
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
shots
max_circuit_duration_over_t2
heralding_mode
move_validation_mode
move_gate_frame_tracking_mode
dd_mode
dd_strategy
Methods
- Parameters:
shots (int) –
max_circuit_duration_over_t2 (float | None) –
heralding_mode (HeraldingMode) –
move_validation_mode (MoveGateValidationMode) –
move_gate_frame_tracking_mode (MoveGateFrameTrackingMode) –
dd_mode (DDMode) –
dd_strategy (DDStrategy | None) –
- model_config: ClassVar[ConfigDict] = {}#
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].