Skip to content

Commit

Permalink
xfail
Browse files Browse the repository at this point in the history
  • Loading branch information
NoureldinYosri committed Oct 15, 2024
1 parent 877fdf1 commit 672fe18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def test_three_qubit_gate(gate):
np.testing.assert_allclose(new_unitary, desired_unitary, atol=1e-6)


@pytest.mark.xfail('#6765')
@pytest.mark.xfail(reason='#6765')
def test_qft5():
global_phase = np.exp(1j * np.random.choice(np.linspace(0, 2 * np.pi, 10)))
desired_unitary = cirq.unitary(cirq.qft(*cirq.LineQubit.range(5))) * global_phase
Expand Down

0 comments on commit 672fe18

Please sign in to comment.