Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
nonhermitian committed Dec 13, 2024
1 parent c254d70 commit f72089a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mthree/test/test_grouping.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def test_groupings1():
qc.measure_all()

trans_circs = transpile(
[qc] * 2, backend, optimization_level=3, approximation_degree=0
[qc] * 2, backend, optimization_level=3
)
mappings = mthree.utils.final_measurement_mapping(trans_circs)

Expand Down

0 comments on commit f72089a

Please sign in to comment.