Skip to content

Commit 4f45403

Browse files
authored
Update qsimcirq_test.py
Fix typo spotted by @pavoljuhas
1 parent 3576529 commit 4f45403

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

qsimcirq_tests/qsimcirq_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1058,7 +1058,7 @@ def __init__(self, *args, **kwargs):
10581058

10591059
def _mixture_(self):
10601060
# Cirq's mixture() function in mixture_protocol.py returns tuples of
1061-
# the form (probability, unitary peration). It does this by applying
1061+
# the form (probability, unitary operation). It does this by applying
10621062
# Cirq's unitary() function to the second elements of the tuples
10631063
# returned from here. Now, the values in self._prob_op_pairs will be
10641064
# tuples of the form (probability, NoiseStep). NoiseStep defines a

0 commit comments

Comments
 (0)