Skip to main contentIBM Quantum Documentation Mirror

ExecutorOptions

class ExecutorOptions(environment=<factory>, execution=<factory>, experimental=<factory>)

GitHub

Bases: object

Options for the executor.


Attributes

Parameters

environment

Type: EnvironmentOptions

Default value: FieldInfo(annotation=NoneType, required=False, default_factory=EnvironmentOptions)

Options related to the execution environment.

execution

Type: ExecutionOptions

Default value: FieldInfo(annotation=NoneType, required=False, default_factory=ExecutionOptions)

Low-level execution options.

experimental

Type: dict

Default value: FieldInfo(annotation=NoneType, required=False, default_factory=dict)

Experimental options that are passed to the executor.


Methods