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 Dec 4, 2024
1 parent 571ff17 commit 01e3c6f
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 @@ -764,7 +764,7 @@ SCENARIO("Test GreedyPauliSimp pass construction") {
SCENARIO("Test GreedyPauliSimp with multiple trials and threads") {
GIVEN("Large circuit with ZZPhase") {
Circuit circ(6);
for (unsigned i = 0; i < 10000; i++) {
for (unsigned i = 0; i < 5000; i++) {
circ.add_box(
PauliExpBox(SymPauliTensor({Pauli::X, Pauli::X}, 0.3)), {0, 1});
circ.add_box(
Expand Down

0 comments on commit 01e3c6f

Please sign in to comment.