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 5ac12bc commit 815d2e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tket/test/src/test_GreedyPauli.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -761,6 +761,8 @@ SCENARIO("Test GreedyPauliSimp pass construction") {
// c.add_op<unsigned>(OpType::CX, {2, 3});
CompilationUnit cu(c);
REQUIRE(DecomposeArbitrarilyControlledGates()->apply(cu));
REQUIRE(
gen_auto_rebase_pass({OpType::H, OpType::CX, OpType::Rz})->apply(cu));
REQUIRE(!gen_greedy_pauli_simp(0.3, 0.5, 500, 500, 0, false, 100, true)
->apply(cu));
}
Expand Down

0 comments on commit 815d2e8

Please sign in to comment.