qiskit-documentation/docs/api/qiskit-ibm-runtime/0.24/qiskit_ibm_runtime.options....

32 lines
1.3 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: ExecutionOptionsV2
description: API reference for qiskit_ibm_runtime.options.ExecutionOptionsV2
in_page_toc_min_heading_level: 1
python_api_type: class
python_api_name: qiskit_ibm_runtime.options.ExecutionOptionsV2
---
# ExecutionOptionsV2
<Class id="qiskit_ibm_runtime.options.ExecutionOptionsV2" isDedicatedPage={true} github="https://github.com/Qiskit/qiskit-ibm-runtime/tree/stable/0.24/qiskit_ibm_runtime/options/execution_options.py#L20-L37" signature="ExecutionOptionsV2(*args, **kwargs)" modifiers="class">
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
<Attribute id="qiskit_ibm_runtime.options.ExecutionOptionsV2.init_qubits" attributeTypeHint="UnsetType | bool" attributeValue="Unset" />
### rep\_delay
<Attribute id="qiskit_ibm_runtime.options.ExecutionOptionsV2.rep_delay" attributeTypeHint="UnsetType | float" attributeValue="Unset" />
## Methods
</Class>