Skip to content

Commit

Permalink
checking test qubit denisty
Browse files Browse the repository at this point in the history
  • Loading branch information
MauroMendizabal committed Jan 21, 2025
2 parents d39f292 + deaecbc commit 613d2b3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/emu_sv/test_end_to_end.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,13 @@ def test_end_to_end_afm_ring():
energy = result["energy"][final_time] # (-115.34554274708604-2.1316282072803006e-14j)
assert approx(energy, 1e-8) == -115.34554274708604

<<<<<<< HEAD
# energy_variance = result["energy_variance"][final_time] # 45.911110563993134
# assert approx(energy_variance) == 45.91111056399
=======
#energy_variance = result["energy_variance"][final_time] # 45.911110563993134
#assert approx(energy_variance) == 45.91111056399
>>>>>>> deaecbc2b859b3691cd101ef43dc91154eed19c3

second_moment_energy = result["second_moment_of_energy"][
final_time
Expand Down

0 comments on commit 613d2b3

Please sign in to comment.