Skip to content

Commit

Permalink
Merge branch 'main' into options-doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jyu00 authored Aug 21, 2024
2 parents 54262c0 + b2c31b4 commit aa5a9d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qiskit_ibm_runtime/options/zne_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
class ZneOptions:
"""Zero noise extrapolation mitigation options. This is only used by the V2 Estimator.
..note::
.. note::
Any V2 estimator is guaranteed to return data fields called ``evs`` and ``stds`` that
report the desired expectation value estimates and errors, respectively.
Expand All @@ -62,7 +62,7 @@ class ZneOptions:
``ensemble_stds_noise_factors`` assumes only shot noise and no drift.
Technical note: for single observables with multiple basis terms it might turn out that
multiple extrapolation methods are used in _the same_ expectation value, for example, ``XX``
multiple extrapolation methods are used in *the same* expectation value, for example, ``XX``
gets linearly extrapolated but ``XY`` gets exponentially extrapolated in the observable
``{"XX": 0.5, "XY": 0.5}``. Let's call this a *hetergeneous fit*. The data from (2) is
evaluated from heterogeneous fits by selecting the best fit for every individual distinct
Expand Down

0 comments on commit aa5a9d9

Please sign in to comment.