Skip to content

Commit 84b957c

Browse files
Lower tolerances.
1 parent 34fc627 commit 84b957c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_quantum/core/ops/math_ops/simulate_mps_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ def test_complex_equality(self):
359359
symbol_values_array,
360360
util.convert_to_tensor(pauli_sums),
361361
bond_dim=32)
362-
self.assertAllClose(mps_result, cirq_result, atol=1e-5)
362+
self.assertAllClose(mps_result, cirq_result, atol=1e-4)
363363

364364
def test_correctness_empty(self):
365365
"""Tests the mps op with empty circuits."""

0 commit comments

Comments
 (0)