Skip to content

Commit

Permalink
Add skip_reset_qubits option for DD (#2212)
Browse files Browse the repository at this point in the history
qiskit-ibm-runtime 0.32.0 released today includes a new DD option
`skip_reset_qubits`.
https://github.com/Qiskit/qiskit-ibm-runtime/releases/tag/0.32.0
Qiskit/qiskit-ibm-runtime#1981

---------

Co-authored-by: abbycross <[email protected]>
Co-authored-by: Eric Arellano <[email protected]>
Co-authored-by: Rebecca Dimock <[email protected]>
  • Loading branch information
4 people authored Nov 19, 2024
1 parent 818b85a commit 63e5083
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/guides/runtime-options-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ Options can be defined before a primitive is constructed and passed to the primi
<span id="options-table"></span>
### Available options

The following table documents options from the latest version of `qiskit-ibm-runtime`. To see older option versions, visit the [`qiskit-ibm-runtime` API reference](/api/qiskit-ibm-runtime) and select a previous version.

<Admonition type="caution" title="Important">
Scroll to see the full table.
</Admonition>
Expand All @@ -68,6 +70,7 @@ Scroll to see the full table.
| | sequence_type | | `'XX'`/`'XpXm'`/`'XY4'` | `'XX'` | |
| | extra_slack_distribution | | `'middle'`/`'edges'` | `'middle'` | |
| | scheduling_method | | `'asap'`/`'alap'` | `'alap'` | |
| | skip_reset_qubits | | `True`/`False` | `False` | |
| [environment](../api/qiskit-ibm-runtime/qiskit_ibm_runtime.options.EnvironmentOptions) | | | | | environment |
| | log_level | |`DEBUG`/`INFO`/`WARNING`/`ERROR`/`CRITICAL` |`WARNING` | |
| | callback | |Callable function that receives Job ID and Job result. |`None` | |
Expand Down Expand Up @@ -118,6 +121,7 @@ Scroll to see the full table.
| | sequence_type | | `'XX'`/`'XpXm'`/`'XY4'` | `'XX'` | |
| | extra_slack_distribution | | `'middle'`/`'edges'` | `'middle'` | |
| | scheduling_method | | `'asap'`/`'alap'` | `'alap'` | |
| | skip_reset_qubits | | `True`/`False` | `False` | |
| [environment](../api/qiskit-ibm-runtime/qiskit_ibm_runtime.options.EnvironmentOptions) | | | | | |
| | log_level | |`DEBUG`/`INFO`/`WARNING`/`ERROR`/`CRITICAL` |`WARNING` | environment |
| | callback | |Callable function that receives Job ID and Job result. |`None` | |
Expand Down Expand Up @@ -226,4 +230,4 @@ Due to differences in the device compilation process, certain runtime features c
- Find more details about the `SamplerV2` methods in the [Sampler API reference](../api/qiskit-ibm-runtime/qiskit_ibm_runtime.SamplerV2).
- Find details about how to configure [error suppression](configure-error-suppression) and [error mitigation](configure-error-mitigation).
- Learn how to [specify options](specify-runtime-options).
</Admonition>
</Admonition>

0 comments on commit 63e5083

Please sign in to comment.