We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f7d732 commit aa312bcCopy full SHA for aa312bc
cirq-core/cirq/experiments/fidelity_estimation_test.py
@@ -81,7 +81,7 @@ def test_xeb_fidelity(depolarization, estimator):
81
f2 = cirq.xeb_fidelity(
82
circuit, bitstrings, qubits, amplitudes=amplitudes, estimator=estimator
83
)
84
- assert np.abs(f - f2) < 1e-6
+ assert np.abs(f - f2) < 2e-6
85
86
fs.append(f)
87
0 commit comments