Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nonhermitian committed Oct 28, 2024
1 parent b71f93d commit 51f1336
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,15 @@ When calibrating the mitigator, it is possible to vary the number of shots per c
``method``
~~~~~~~~~~

There are three ways to do the calibration. The default ``balanced`` method executes :math:`2N` circuits
There are three ways to do the calibration. The default ``balanced`` method a set of circuits
with varying bitstring patterns such that the :math:`|0\rangle` and :math:`|1\rangle` states are each
prepared :math:`N` times and averaged over. For example, the balanced bit-strings over four qubits are
prepared an even number of times, as is their pair-wise correlations. For example, the
balanced bit-strings over four qubits are:

.. jupyter-execute::

mthree.circuits.balanced_cal_strings(4)
gen = mthree.generators.HadamardGenerator(4)
list(gen)

The ``independent`` method also sends :math:`2N` circuits but measures only a single qubit at a time.
As such, this is a truely uncorrelated calibration process.
Expand Down

0 comments on commit 51f1336

Please sign in to comment.