From 969d62ea12d7fa02760606252217434e25bb8864 Mon Sep 17 00:00:00 2001 From: Eliott Rosenberg Date: Mon, 1 Jul 2024 12:57:39 -0700 Subject: [PATCH] black --- cirq-core/cirq/experiments/readout_confusion_matrix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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