Skip to content

Commit

Permalink
Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
lanafs committed Jul 30, 2024
1 parent eaac6bd commit 6a0fb11
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion unitary/alpha/qudit_gates_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@ def test_X_HZH_qudit_identity(
assert np.all(results.measurements["m"] == expected_state)



@pytest.mark.parametrize(
"q0, q1", [(0, 0), (0, 1), (0, 2), (1, 0), (1, 1), (1, 2), (2, 0), (2, 1), (2, 2)]
)
Expand Down

0 comments on commit 6a0fb11

Please sign in to comment.