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
move zne
beckykd committed Jan 31, 2025

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
commit c2124035e655df91075560c4384b4926ca918dd4
3 changes: 2 additions & 1 deletion docs/guides/runtime-options-overview.mdx
Original file line number Diff line number Diff line change
@@ -94,7 +94,8 @@ Scroll to see the full table.
| | [pec](/api/qiskit-ibm-runtime/options-pec-options) | max_overhead | `None`/ integer >1 | `100` | |
| | | noise_gain | `auto`/ float in the range `[0, 1]` | `auto` | |
| | zne_mitigation | `True`/`False` | `False` | |
| | [zne](/api/qiskit-ibm-runtime/options-zne-options) | amplifier | `gate_folding`, `gate_folding_front`, `gate_folding_back, pea ` | `gate_folding` | |
| | [zne](/api/qiskit-ibm-runtime/options-zne-options) | | | | |
| | | amplifier | `gate_folding`, `gate_folding_front`, `gate_folding_back, pea` | `gate_folding` | |
| | | extrapolated_noise_factors | list of floats | `[0, *noise_factors]`| |
| | | extrapolator | one or more of `exponential`<br />`linear`<br />`double_exponential`<br />`polynomial_degree_(1 <= k <= 7)`<br />`fallback` | (`exponential`, `linear`) | |
| | | noise_factors | list of floats; each float >= 1 | `(1, 1.5, 2)` for PEA, and `(1, 3, 5)` otherwise. | |