Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.34 KB

options-execution-options-v2.mdx

File metadata and controls

30 lines (21 loc) · 1.34 KB
title description in_page_toc_min_heading_level python_api_type python_api_name
ExecutionOptionsV2 (v0.29)
API reference for qiskit_ibm_runtime.options.ExecutionOptionsV2 in qiskit-ibm-runtime v0.29
1
class
qiskit_ibm_runtime.options.ExecutionOptionsV2

ExecutionOptionsV2

Execution options for V2 primitives.

Attributes

init_qubits

Whether to reset the qubits to the ground state for each shot. Default is `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`.

Methods