Skip to content

Commit

Permalink
Merge pull request #323 from OpenBioSim/fix_322
Browse files Browse the repository at this point in the history
Fix issue #322
  • Loading branch information
lohedges authored Jul 30, 2024
2 parents 0be1c8a + f1592b5 commit 8e477f7
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 8e477f7

Please sign in to comment.