Skip to main contentIBM Quantum Documentation

ExecutionOptionsV2

class ExecutionOptionsV2(*args, **kwargs)

GitHub(opens in a new tab)

Execution options for V2 primitives.

Parameters

  • init_qubits – Whether to reset the qubits to the ground state for each shot. Default: True.
  • rep_delay – The repetition delay. This is the delay between a measurement and the subsequent quantum circuit. This is only supported on backends that have backend.dynamic_reprate_enabled=True. It must be from the range supplied by backend.rep_delay_range. Default is given by backend.default_rep_delay.

Attributes

init_qubits

Type: UnsetType | bool

Default value: Unset

rep_delay

Type: UnsetType | float

Default value: Unset


Methods

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