Skip to content

Commit

Permalink
Docstring with latex
Browse files Browse the repository at this point in the history
Co-authored-by: Noureldin <[email protected]>
  • Loading branch information
eliottrosenberg and NoureldinYosri committed Jul 1, 2024
1 parent 51c8f00 commit 5a3c823
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cirq-core/cirq/experiments/readout_confusion_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,9 @@ def func(x):
def readout_mitigation_pauli_uncorrelated(
self, qubits: Sequence['cirq.Qid'], measured_bitstrings: np.ndarray
) -> tuple[float, float]:
"""Uncorrelated readout error mitigation for a multi-qubit Pauli operator. This function
r"""Uncorrelated readout error mitigation for a multi-qubit Pauli operator.
This function
scalably performs readout error mitigation on an arbitrary-length Pauli operator. It is a
reimplementation of https://github.com/eliottrosenberg/correlated_SPAM but specialized to
the case in which readout is uncorrelated. We require that the confusion matrix is a
Expand Down

0 comments on commit 5a3c823

Please sign in to comment.