Skip to content

Commit

Permalink
Update test_GreedyPauli.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
sjdilkes committed Nov 18, 2024
1 parent f7989ed commit 1f68c99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tket/test/src/test_GreedyPauli.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -821,8 +821,8 @@ SCENARIO("Test GreedyPauliSimp with multiple trials and threads") {

Circuit d(circ);
REQUIRE(!Transforms::greedy_pauli_optimisation(
0.7, 0.3, 500, 500, 0, true, 0, 10)
.apply(d));
0.7, 0.3, 500, 500, 0, true, 0, 10)
.apply(d));
REQUIRE(Transforms::greedy_pauli_optimisation(
0.7, 0.3, 500, 500, 0, true, 10, 10)
.apply(d));
Expand Down

0 comments on commit 1f68c99

Please sign in to comment.