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

# ExecutionOptionsV2

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

[GitHub](https://github.com/Qiskit/qiskit-ibm-runtime/tree/stable/0.49/qiskit_ibm_runtime/options/execution_options.py#L18-L33)

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
