---
title: ExecutionOptionsV2 (v0.41)
description: API reference for qiskit_ibm_runtime.options.ExecutionOptionsV2 in qiskit-ibm-runtime v0.41
source: https://eu-de.quantum.cloud.ibm.com/docs/en/api/qiskit-ibm-runtime/0.41/options-execution-options-v2
---

# ExecutionOptionsV2

*class* `ExecutionOptionsV2(init_qubits=Unset, rep_delay=Unset)`

[GitHub](https://github.com/Qiskit/qiskit-ibm-runtime/tree/stable/0.41/qiskit_ibm_runtime/options/execution_options.py#L20-L34)

Bases: `object`

Execution options for V2 primitives.

## Attributes

**Parameters**

- **init\_qubits** (*UnsetType | bool*)
- **rep\_delay** (*UnsetType | float*)

### init\_qubits

Type: `UnsetType | bool`

Default value: `Unset`

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

### rep\_delay

Type: `UnsetType | float`

Default value: `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
