Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add uncorrelated readout error mitigation for arbitrarily long Pauli strings #6654

Merged
merged 15 commits into from
Jul 1, 2024
Prev Previous commit
Next Next commit
black
  • Loading branch information
eliottrosenberg committed Jul 1, 2024
commit 969d62ea12d7fa02760606252217434e25bb8864
2 changes: 1 addition & 1 deletion cirq-core/cirq/experiments/readout_confusion_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you reformat this paragraph?

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
Expand Down