We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eacd520 commit 02b68b4Copy full SHA for 02b68b4
cmd/grover/main.go
@@ -22,7 +22,7 @@ import (
22
// in row-major order: [a, b, c, d].
23
// 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.
+// to |1> before calling this function.
26
//
27
// The oracle checks the following uniqueness constraints:
28
0 commit comments