diff --git a/cirq-core/cirq/experiments/readout_confusion_matrix.py b/cirq-core/cirq/experiments/readout_confusion_matrix.py index 06db8483416..f44ace8bf52 100644 --- a/cirq-core/cirq/experiments/readout_confusion_matrix.py +++ b/cirq-core/cirq/experiments/readout_confusion_matrix.py @@ -316,7 +316,7 @@ def readout_mitigation_pauli_uncorrelated( self, qubits: Sequence['cirq.Qid'], measured_bitstrings: np.ndarray ) -> tuple[float, float]: 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