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

# qiskit\_ibm\_runtime.options\_models.ExecutionOptions

*pydantic model* `ExecutionOptions`

[GitHub](https://github.com/Qiskit/qiskit-ibm-runtime/tree/stable/0.49/qiskit_ibm_runtime/options_models/execution.py#L20-L54)

Bases: `BaseOptionsModel`

Low-level execution options.

**Config**

- **validate\_assignment**: *bool = True*
- **extra**: *str = forbid*

### init\_qubits

*field*

Type: `bool`

Default value: `True`

Whether to reset the qubits to the ground state for each shot.

### rep\_delay

*field*

Type: `float | None`

Default value: `None`

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`.

### scheduler\_timing

*field*

Type: `bool`

Default value: `False`

Whether to return circuit schedule timing of each provided quantum circuit.

Setting this value to `True` will cause corresponding metadata of every program item to be populated in the returned data.

> **Note**
>
> This feature is experimental and subject to change without notice.

### stretch\_values

*field*

Type: `bool`

Default value: `False`

Whether to return numeric resolutions of stretches for each provided quantum circuit.

Setting this value to `True` will cause corresponding metadata of every program item to be populated in the returned data.

> **Note**
>
> This feature is experimental and subject to change without notice.

### update

`update(**kwargs)`

[GitHub](https://github.com/Qiskit/qiskit-ibm-runtime/tree/stable/0.49/qiskit_ibm_runtime/options_models/base.py#L46-L54)

Update the options.

**Parameters**

**kwargs** (*Any*)

**Return type**

None
