Skip to content

Commit

Permalink
weird chunking failure
Browse files Browse the repository at this point in the history
  • Loading branch information
purva-thakre committed Sep 13, 2024
1 parent 003d3a1 commit c970474
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 @@ -89,7 +89,7 @@ def execute(circuit, noise_level=0.025):
def test_lre_executor_with_chunking():
"""Verify the executor works as expected for chunking a large circuit into
a smaller circuit."""
ideal_val = execute(test_cirq * 20, noise_level=0)
ideal_val = execute(test_cirq * 200, noise_level=0)
assert abs(ideal_val - noisy_val) > 0
lre_exp_val = execute_with_lre(
test_cirq, execute, degree=2, fold_multiplier=2, num_chunks=5
Expand Down

0 comments on commit c970474

Please sign in to comment.