Skip to content

Commit

Permalink
Fix typo. (#634)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdgardner authored Sep 15, 2023
1 parent 0fdddef commit d96198c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stim/stabilizers/pauli_string_ref.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ struct PauliStringRef {
size_t num_qubits;
/// Whether or not the Pauli string is negated. True means -1, False means +1. Imaginary phase is not permitted.
bit_ref sign;
/// The Paulis in the Pauli string, densely bit packed in a fashion enabling the use vectorized instructions.
/// The Paulis in the Pauli string, densely bit packed in a fashion enabling the use of vectorized instructions.
/// Paulis are xz-encoded (P=xz: I=00, X=10, Y=11, Z=01) pairwise across the two bit vectors.
simd_bits_range_ref<W> xs, zs;

Expand Down

0 comments on commit d96198c

Please sign in to comment.