Skip to content

Commit

Permalink
Update qvm_backend_test.py (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-melf authored Nov 19, 2024
1 parent 9976bb6 commit 96089b1
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 @@ -440,7 +440,7 @@ def test_gateset_ii(qvm: None, quilc: None) -> None:

assert res.get_shots().shape == (10, 6)
assert (
res.get_counts()[(0, 0, 0, 0, 0, 0)] + res.get_counts()[(0, 0, 0, 0, 1, 1)]
res.get_counts()[(0, 0, 0, 0, 0, 0)] + res.get_counts()[(0, 0, 0, 0, 1, 1)] # type: ignore
) == 10


Expand Down

0 comments on commit 96089b1

Please sign in to comment.