Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-melf committed Nov 7, 2023
1 parent 1bce879 commit b57fa9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/qvm_backend_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ def test_gateset(qvm: None, quilc: None) -> None:
h = forest_backend.process_circuit(c, 10)
res = forest_backend.get_result(h)

correct_shots = np.zeros((n_shots, 6), dtype=int) # type: ignore
correct_shots = np.zeros((10, 6), dtype=int) # type: ignore
correct_shape = (10, 6)
correct_counts = Counter({(0,) * 6: 10})

Expand Down

0 comments on commit b57fa9d

Please sign in to comment.