Skip to content

Commit

Permalink
TST: Compare energies after roundtrip
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwthompson committed Jan 14, 2025
1 parent 64975c9 commit 0f555fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openff/interchange/_tests/_gromacs.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ def gmx_roundtrip(state: Interchange, apply_smirnoff_defaults: bool = False):

get_smirnoff_defaults(periodic=True).apply(new_state)

get_gromacs_energies(state).compare(get_gromacs_energies(new_state))


def gmx_monolithic_vs_itp(state: Interchange):
with temporary_cd():
Expand Down

0 comments on commit 0f555fa

Please sign in to comment.