Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
Former-commit-id: c254a9d
  • Loading branch information
gayverjr committed Jun 9, 2021
1 parent b6ed636 commit b0d90d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyopencap/tests/molcas_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def test_molcas():
caph.run_trajectory(eta_list)
traj = caph.track_state(1,tracking="overlap")
uc_energy, eta_opt = traj.find_eta_opt(start_idx=10,ref_energy=-109.35465184,units="eV")
assert np.isclose(np.real(uc_energy),2.54772)
assert np.isclose(np.real(uc_energy),2.55488)

def test_heff():
sys = pyopencap.System(sys_dict)
Expand All @@ -87,4 +87,3 @@ def test_heff():




0 comments on commit b0d90d9

Please sign in to comment.