Skip to content

Commit

Permalink
[DO NOT MERGE] Force diff to test if it's caught.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlyongemallo committed Apr 7, 2024
1 parent 83388f0 commit 44fc109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarking/run_benchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def _benchmark(subdir: str, circuit_name: str) -> Tuple[float, float, float]:
print(f"optimized: {opt_qc.num_nonlocal_gates()}, zx: {zx_qc.num_nonlocal_gates()}, "
f"ratio: {opt_qc.num_nonlocal_gates() / zx_qc.num_nonlocal_gates():.2f}")
else:
print("optimized: 0, zx: 0")
print("optimized: 0, zx: 0 [DO NOT MERGE]")
print()

return (qc.depth() / opt_qc.depth(),
Expand Down

0 comments on commit 44fc109

Please sign in to comment.