Skip to content

Commit

Permalink
more shots
Browse files Browse the repository at this point in the history
  • Loading branch information
Shiro-Raven committed Jul 24, 2024
1 parent 1ef3729 commit 4a2d5e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ def circuit(x, y, **_):
assert h.shape == (2, num_copies)


shots_and_num_copies = [((30000, 28000, 26000), 3), ((20000, (18000, 2)), 3)]
shots_and_num_copies = [((30000, 28000, 26000), 3), ((30000, (28000, 2)), 3)]


@pytest.mark.parametrize("shots,num_copies", shots_and_num_copies)
Expand Down

0 comments on commit 4a2d5e8

Please sign in to comment.