Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up options table #2592

Merged
merged 18 commits into from
Feb 3, 2025
Prev Previous commit
Next Next commit
Update docs/guides/runtime-options-overview.mdx
beckykd authored Jan 29, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit d694ad878cdf71c06998f525f1cf02ebde8da652
2 changes: 1 addition & 1 deletion docs/guides/runtime-options-overview.mdx
Original file line number Diff line number Diff line change
@@ -44,7 +44,7 @@ Options can be defined before a primitive is constructed and passed to the primi
- [Dynamical decoupling](../api/qiskit-ibm-runtime/qiskit_ibm_runtime.options.DynamicalDecouplingOptions): Options for dynamical decoupling.
- [Environment](../api/qiskit-ibm-runtime/qiskit_ibm_runtime.options.EnvironmentOptions): Execution environment options, such as the logging level to set and job tags to add.
- [Execution](../api/qiskit-ibm-runtime/qiskit_ibm_runtime.options.ExecutionOptionsV2): Primitive execution options, including whether to initialize qubits and the repetition delay.
- [Simulator](../api/qiskit-ibm-runtime/qiskit_ibm_runtime.options.SimulatorOptions): Simulator options, such as the basis gates, simulator seed, and coupling map. Applies to [local testing mode](https://docs.quantum.ibm.com/guides/local-testing-mode) only.
- [Simulator](../api/qiskit-ibm-runtime/qiskit_ibm_runtime.options.SimulatorOptions): Simulator options, such as the basis gates, simulator seed, and coupling map. Applies to [local testing mode](/guides/local-testing-mode) only.
- [Twirling](../api/qiskit-ibm-runtime/qiskit_ibm_runtime.options.TwirlingOptions): Twirling options, such as whether to apply two-qubit gate twirling and the number of shots to run for each random sample.
</TabItem>