Skip to content

Commit

Permalink
update length of circuit for 2nd ms gate
Browse files Browse the repository at this point in the history
  • Loading branch information
splch authored Apr 16, 2024
1 parent 9e213bb commit d531c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ def mock_submit_job(*args):
assert dev.job["input"]["gateset"] == "native"
assert dev.job["input"]["qubits"] == 3

assert len(dev.job["input"]["circuit"]) == 3
assert len(dev.job["input"]["circuit"]) == 4
assert dev.job["input"]["circuit"][0] == {
"gate": "gpi",
"target": 0,
Expand Down

0 comments on commit d531c82

Please sign in to comment.