Skip to content

Commit

Permalink
Need to re-link properties to the reference state since LJ is lost.
Browse files Browse the repository at this point in the history
  • Loading branch information
lohedges committed May 23, 2024
1 parent 3e51375 commit e7717ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/somd2/runner/_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ def __init__(self, system, config):

_logger.info("Applying SOMD1 perturbation compatibility.")
self._system = _make_compatible(self._system)
self._system = _morph.link_to_reference(self._system)

# Next, swap the water topology so that it is in AMBER format.

Expand Down

0 comments on commit e7717ad

Please sign in to comment.