Skip to content

Commit

Permalink
Changed the default forcefield to OPLSAA
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsaxe committed Oct 25, 2024
1 parent d558d84 commit 2cf5ffc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
=======
History
=======
2024.10.25 -- Changed the default forcefield to OPLSAA

2024.6.30 -- Bugfix: Error submitting jobs with local forcefield files.

2024.6.29 -- Bugfix: factor of 2 for dihedrals and impropers in ligpargen
Expand Down
2 changes: 1 addition & 1 deletion forcefield_step/forcefield_parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class ForcefieldParameters(seamm.Parameters):
"help_text": "What to do with the forcefield.",
},
"forcefield_file": {
"default": forcefields[0],
"default": "oplsaa.frc",
"kind": "enumeration",
"default_units": "",
"enumeration": tuple(forcefields),
Expand Down

0 comments on commit 2cf5ffc

Please sign in to comment.