Skip to main content
IBM Quantum Platform
This page is from the dev version of Qiskit Runtime client. Go to the stable version.

qiskit_ibm_runtime.options_models.ExecutorOptions

pydantic model ExecutorOptions

GitHub

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.

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.

update

update(**kwargs)

GitHub

Update the options.

Parameters

kwargs (Any)

Return type

None

Was this page helpful?
Report a bug, typo, or request content on GitHub.