Skip to content

Commit 004da82

Browse files
committed
Update cmd
1 parent 2df8d49 commit 004da82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/counting/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ func top(s []qubit.State, n int) []qubit.State {
5656

5757
func main() {
5858
var t int
59-
flag.IntVar(&t, "t", 3, "precision bits")
59+
flag.IntVar(&t, "t", 8, "precision bits")
6060
flag.Parse()
6161

6262
qsim := q.New()

0 commit comments

Comments
 (0)