Skip to content

Commit

Permalink
line too long
Browse files Browse the repository at this point in the history
  • Loading branch information
senecameeks committed Jul 17, 2024
1 parent ba04f00 commit 0a64591
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cirq-core/cirq/transformers/randomized_measurements.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@

@transformer_api.transformer
class RandomizedMeasurements:
"""A transformer that appends a moment of random rotations to map qubits to random pauli bases."""
"""A transformer that appends a moment of random rotations to map qubits to
random pauli bases."""

def __init__(self, subsystem: Sequence[int] | None = None):
"""Class structure for performing and analyzing a general randomized measurement protocol.
Expand Down

0 comments on commit 0a64591

Please sign in to comment.