We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85f6833 commit eacd520Copy full SHA for eacd520
cmd/grover/main.go
@@ -20,7 +20,7 @@ import (
20
//
21
// The input `r` is a slice of 4 qubits representing the cells a, b, c, and d
22
// in row-major order: [a, b, c, d].
23
-// The `t` slice must contain 4 ancilla qubits used for intermediate checks.
+// The `s` slice must contain 4 ancilla qubits used for intermediate checks.
24
// The `a` qubit is the oracle’s phase flag (target) and should be initialized
25
// to (|0> − |1>)/sqrt(2) before calling this function.
26
0 commit comments