Skip to content

Commit

Permalink
fix small bug
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrunewald committed Aug 16, 2024
1 parent 712b798 commit 9f742e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polyply/src/gen_ff.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def gen_ff(itppath, smile_str, outpath, inpath=[], res_charges=None):
# the terminal modifications module
if top and is_opls(top):
_clean_opls_atomtypes(top)
target_mol = top.molecules[0].molecule
target_mol = top.molecules[0].molecule
# read itp file
elif itppath.suffix == ".itp":
top = None
Expand Down

0 comments on commit 9f742e1

Please sign in to comment.