Skip to content

Commit

Permalink
Add choices/default to extrapolated_noise_factors
Browse files Browse the repository at this point in the history
  • Loading branch information
abbycross committed Jan 16, 2025
1 parent 2047031 commit 17342b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/runtime-options-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Scroll to see the full table.
| | zne_mitigation | | `True`/`False` | `False` | |
| | [zne](/api/qiskit-ibm-runtime/qiskit_ibm_runtime.options.ZneOptions) | noise_factors | list of floats; each float >= 1 | `(1, 1.5, 2)` for PEA, and `(1, 3, 5)` otherwise. | |
| | | amplifier | `gate_folding`, `gate_folding_front`, `gate_folding_back, pea ` | `gate_folding` | |
| | | extrapolated_noise_factors | ` | | |
| | | 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`) | |
| [resilience_level](../api/qiskit-ibm-runtime/qiskit_ibm_runtime.options.EstimatorOptions) | | | `0`/`1`/`2` | `1` | resilience_level |
| [seed_estimator](../api/qiskit-ibm-runtime/qiskit_ibm_runtime.options.EstimatorOptions) | | | integer | `None` | seed_estimator |
Expand Down

0 comments on commit 17342b9

Please sign in to comment.