Skip to content

Commit

Permalink
fix: Lower maximum qubit count for GH
Browse files Browse the repository at this point in the history
  • Loading branch information
kshyatt-aws committed Oct 7, 2024
1 parent acc38cb commit 0295991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
np.random.seed(0x1C2C6D66)

batch_size = (10, 100)
n_qubits = range(3, 21)
n_qubits = range(3, 16)
exact_shots_results = (
"state_vector",
"density_matrix q[0], q[1]",
Expand Down

0 comments on commit 0295991

Please sign in to comment.