About cookies on this site Our websites require some cookies to function properly (required). In addition, other cookies may be used with your consent to analyze site usage, improve the user experience and for advertising. For more information, please review your options. By visiting our website, you agree to our processing of information as described in IBM’sprivacy statement. To provide a smooth navigation, your cookie preferences will be shared across the IBM web domains listed here.
ExecutionOptionsV2
class ExecutionOptionsV2(init_qubits=Unset, rep_delay=Unset)
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
Was this page helpful?
Report a bug or request content on GitHub.