Skip to main contentIBM Quantum Documentation
This page is from an old version of Qiskit Runtime client and does not exist in the latest version. We recommend you migrate to the latest version. See the release notes for more information.

ExecutionOptions

class ExecutionOptions(*args, **kwargs)

GitHub

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.