Skip to content

Commit

Permalink
Don't automatically apply compatibility mode when pert file is set.
Browse files Browse the repository at this point in the history
  • Loading branch information
lohedges committed Oct 3, 2024
1 parent ccd4489 commit ae6b07c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/somd2/config/_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -1257,9 +1257,6 @@ def pert_file(self, pert_file):

self._pert_file = pert_file

if pert_file is not None:
self._somd1_compatibility = True

@property
def save_energy_components(self):
return self._save_energy_components
Expand Down

0 comments on commit ae6b07c

Please sign in to comment.