Skip to content

Commit 9e70cfe

Browse files
committed
Merge branch 'main' of github.com:quantumlib/Stim into cliffordall
2 parents b570822 + 8757755 commit 9e70cfe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

doc/gates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3579,7 +3579,7 @@ Example:
35793579

35803580
# Sample errors from the distribution 10% XX, 20% YZ, 70% II.
35813581
# Apply independently to qubit pairs (1,2), (5,6), and (8,3)
3582-
PAULI_CHANNEL_2(0,0,0, 0.1,0,0,0, 0,0,0,0.2, 0,0,0,0) 1 2 5 6 8 3
3582+
PAULI_CHANNEL_2(0,0,0, 0,0.1,0,0, 0,0,0,0.2, 0,0,0,0) 1 2 5 6 8 3
35833583

35843584
Pauli Mixture:
35853585

src/stim/gates/gate_data_noisy.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ Parens Arguments:
404404
405405
# Sample errors from the distribution 10% XX, 20% YZ, 70% II.
406406
# Apply independently to qubit pairs (1,2), (5,6), and (8,3)
407-
PAULI_CHANNEL_2(0,0,0, 0.1,0,0,0, 0,0,0,0.2, 0,0,0,0) 1 2 5 6 8 3
407+
PAULI_CHANNEL_2(0,0,0, 0,0.1,0,0, 0,0,0,0.2, 0,0,0,0) 1 2 5 6 8 3
408408
409409
Pauli Mixture:
410410

0 commit comments

Comments
 (0)