Skip to content

Commit

Permalink
passing, but need to check correctness
Browse files Browse the repository at this point in the history
  • Loading branch information
tjstavenger-pnnl committed Dec 10, 2024
1 parent 7dd891e commit 78b8091
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_gates.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ def test_jc():
circuit.cv_jc(theta, phi, qmr[0])

state, result, fock_counts = c2qa.util.simulate(circuit)
assert_changed(state, result)
assert_unchanged(state, result)


def test_ajc():
Expand All @@ -398,7 +398,7 @@ def test_ajc():
circuit.cv_ajc(theta, phi, qmr[0])

state, result, fock_counts = c2qa.util.simulate(circuit)
assert_changed(state, result)
assert_unchanged(state, result)


def random_real_and_complex():
Expand Down

0 comments on commit 78b8091

Please sign in to comment.