Skip to content

Commit 49d801b

Browse files
committed
fix the accidental deletion of the backslash
1 parent c3a6ead commit 49d801b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cirq-core/cirq/ops/pauli_string.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@ def conjugated_by(self, clifford: cirq.OP_TREE) -> PauliString:
902902
The product-of-Paulis $P$ conjugated by the Clifford operation $C$ is
903903
904904
$$
905-
C^dagger P C
905+
C^\dagger P C
906906
$$
907907
908908
For example, conjugating a +Y operation by an S operation results in a

0 commit comments

Comments
 (0)