We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0aca8ea + 232d4ed commit c18efdaCopy full SHA for c18efda
q_test.go
@@ -1061,7 +1061,7 @@ func Example_ecc() {
1061
fmt.Println(s)
1062
}
1063
1064
- // encoding
+ // encode
1065
q1 := qsim.Zero()
1066
q2 := qsim.Zero()
1067
qsim.CNOT(q0, q1)
@@ -1097,7 +1097,7 @@ func Example_ecc() {
1097
qsim.CondX(m3.IsOne() && m4.IsOne(), q1)
1098
qsim.CondX(m3.IsZero() && m4.IsOne(), q2)
1099
1100
- // decoding
+ // decode
1101
qsim.CNOT(q0, q2)
1102
1103
0 commit comments