We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2df8d49 commit 004da82Copy full SHA for 004da82
cmd/counting/main.go
@@ -56,7 +56,7 @@ func top(s []qubit.State, n int) []qubit.State {
56
57
func main() {
58
var t int
59
- flag.IntVar(&t, "t", 3, "precision bits")
+ flag.IntVar(&t, "t", 8, "precision bits")
60
flag.Parse()
61
62
qsim := q.New()
0 commit comments