qiskit_ibm_runtime.options_models.ExecutorOptions
pydantic model ExecutorOptions
Bases: BaseOptionsModel
Options for the executor.
Config
- validate_assignment: bool = True
- extra: str = forbid
environment
field
Type: EnvironmentOptions
Default value: EnvironmentOptions(log_level='WARNING', job_tags=[], private=False, max_execution_time=None, image=None)
Options related to the execution environment.
execution
field
Type: ExecutionOptions
Default value: ExecutionOptions(init_qubits=True, rep_delay=None, scheduler_timing=False, stretch_values=False)
Low-level execution options.
experimental
field
Type: dict
Default value: {}
Experimental options that are passed to the executor.
max_execution_time
field
Type: int | None
Default value: None
Maximum execution time in seconds.
This value bounds system execution time (not wall clock time). System execution time is the amount of time that the system is dedicated to processing your job. If a job exceeds this time limit, it is forcibly cancelled.
simulator
field
Type: SimulatorOptions
Default value: SimulatorOptions(angle_decimals=5, layer_noise_model=None, seed_simulator=None, warn_absent=True)
Options related to local mode simulations.