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 11, 2024
1 parent e46efd5 commit 69da8c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tket/test/src/test_GreedyPauli.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ SCENARIO("Test GreedyPauliSimp pass construction") {
c.add_op<unsigned>(OpType::CX, {1,2});
c.add_op<unsigned>(OpType::CX, {2,3});
CompilationUnit cu(c);
REQUIRE(DecomposeArbitrarilyControlledGates()->apply(cu));
// REQUIRE(DecomposeArbitrarilyControlledGates()->apply(cu));
REQUIRE(!gen_greedy_pauli_simp(0.3, 0.5, 500, 500, 0, false, 100, true));
}
}
Expand Down

0 comments on commit 69da8c5

Please sign in to comment.