Skip to content

Commit

Permalink
chunking failure again
Browse files Browse the repository at this point in the history
  • Loading branch information
purva-thakre committed Sep 27, 2024
1 parent 4561acb commit ae2f4fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mitiq/lre/tests/test_lre.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def test_lre_executor_with_chunking():
0
]
lre_exp_val = execute_with_lre(
test_cirq, execute, degree=2, fold_multiplier=2, num_chunks=10
test_cirq, execute, degree=2, fold_multiplier=2, num_chunks=14
)
assert abs(lre_exp_val - ideal_val) <= abs(noisy_val - ideal_val)

Expand Down

0 comments on commit ae2f4fe

Please sign in to comment.