We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a59357 commit 86da2eaCopy full SHA for 86da2ea
tests/python/test_example_cnot.py
@@ -5,8 +5,8 @@
5
# Mark all tests in this file as regression tests
6
pytestmark = pytest.mark.regression
7
8
-REL_TOL = 1.0e-7
9
-ABS_TOL = 1.0e-15
+REL_TOL = 1.0e-3
+ABS_TOL = 1.0e-10
10
11
# Sample every 100 time steps
12
SAMPLE_STEP = 100
0 commit comments