Skip to content

Commit 02b68b4

Browse files
authored
Update main.go
1 parent eacd520 commit 02b68b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/grover/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
// in row-major order: [a, b, c, d].
2323
// The `s` slice must contain 4 ancilla qubits used for intermediate checks.
2424
// The `a` qubit is the oracle’s phase flag (target) and should be initialized
25-
// to (|0> − |1>)/sqrt(2) before calling this function.
25+
// to |1> before calling this function.
2626
//
2727
// The oracle checks the following uniqueness constraints:
2828
//

0 commit comments

Comments
 (0)