Skip to main contentIBM Quantum Documentation

ExecutionOptions

class ExecutionOptions(*args, **kwargs)

GitHub(opens in a new tab)

Execution options for V1 primitives.

Parameters

  • shots – Number of repetitions of each circuit, for sampling. Default: 4000.
  • init_qubits – Whether to reset the qubits to the ground state for each shot. Default: True.

Attributes

init_qubits

Type: bool

Default value: True

shots

Type: int

Default value: 4000


Methods

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