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 1cc7a71 commit eb438fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/qvm_backend_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,8 @@ def test_gateset_ii(qvm: None, quilc: None) -> None:
h = forest_backend.process_circuit(c, 10)
res = forest_backend.get_result(h)

print(res.get_counts())

assert res.get_shots().shape == (10, 6)
assert res.get_counts()[(0, 0, 0, 0, 1, 0)] == 10

Expand Down

0 comments on commit eb438fd

Please sign in to comment.