Skip to main content
IBM Quantum Platform
Questa pagina proviene da una versione precedente di Qiskit Runtime client Vai all'ultima versione

ExecutionOptionsV2

class ExecutionOptionsV2(init_qubits=Unset, rep_delay=Unset)

GitHub

Bases: object

Execution options for V2 primitives.


Attributes

Parameters

  • init_qubits (UnsetType | bool)
  • rep_delay (UnsetType | float)

init_qubits

Tipo: UnsetType | bool

Valore predefinito: Unset

Whether to reset the qubits to the ground state for each shot. Default is True.

rep_delay

Tipo: UnsetType | float

Valore predefinito: Unset

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.


Methods

Questa pagina è stata utile?
Segnala un bug, un errore di battitura o richiedi contenuti su GitHub.