Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikandreasseitz committed Jan 16, 2024
1 parent ca06062 commit ec629e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_analog.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

Hamiltonian = jnp.kron(Hbase, Hbase)


@pytest.mark.xfail
@pytest.mark.parametrize(
["init_state", "final_state"],
Expand All @@ -28,6 +29,7 @@ def test_bell_states(init_state, final_state):
time_evo = jnp.array([1.0], dtype=jnp.complex128)
state = apply_gate(state, HamiltonianEvolution((0, 1), None, hamiltonian, time_evo))


@pytest.mark.xfail
def test_hamevo_single() -> None:
n_qubits = 4
Expand Down

0 comments on commit ec629e9

Please sign in to comment.