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

Update link in resilience_options.py #1807

Merged
merged 10 commits into from
Jul 22, 2024
3 changes: 2 additions & 1 deletion qiskit_ibm_runtime/options/resilience_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ class ResilienceOptionsV2:

Args:
measure_mitigation: Whether to enable measurement error mitigation method.
Further suboptions are available in :attr:`~measure_noise_learning`.
If you enable measurement mitigation, you can fine tune its noise learning by using :attr:`~measure_noise_learning`.
beckykd marked this conversation as resolved.
Show resolved Hide resolved
See :class:`MeasureNoiseLearningOptions` for all measurement mitigation noise learning options.
beckykd marked this conversation as resolved.
Show resolved Hide resolved
Default: True.

measure_noise_learning: Additional measurement noise learning options.
Expand Down
Loading