Skip to main content
IBM Quantum Platform

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.

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.