Skip to content

Commit eacd520

Browse files
authored
Update main.go
1 parent 85f6833 commit eacd520

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
@@ -20,7 +20,7 @@ import (
2020
//
2121
// The input `r` is a slice of 4 qubits representing the cells a, b, c, and d
2222
// in row-major order: [a, b, c, d].
23-
// The `t` slice must contain 4 ancilla qubits used for intermediate checks.
23+
// 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
2525
// to (|0> − |1>)/sqrt(2) before calling this function.
2626
//

0 commit comments

Comments
 (0)