Skip to content

Commit

Permalink
Add conformers and rotamers to finish method
Browse files Browse the repository at this point in the history
  • Loading branch information
smcolby committed Jul 12, 2024
1 parent 5daec4a commit 020b3b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions isicle/md.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,8 @@ def finish(self):
"protonated",
"deprotonated",
"tautomers",
"conformers",
"rotamers"
]:
# Open file
with open(geomfile, "r") as f:
Expand Down

0 comments on commit 020b3b4

Please sign in to comment.