Skip to content

Commit

Permalink
Add AMBER to list of supported FEP engines. [ci skip] [closes #322]
Browse files Browse the repository at this point in the history
  • Loading branch information
lohedges committed Jul 30, 2024
1 parent 0be1c8a commit f1592b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/BioSimSpace/FreeEnergy/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ def engines():
engines : [str]
The list of supported engines.
"""
return ["SOMD", "GROMACS"]
return ["AMBER", "SOMD", "GROMACS"]

0 comments on commit f1592b5

Please sign in to comment.