Skip to content

Commit

Permalink
remove gmso as backend for mol2 saver
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjonesBSU committed Oct 6, 2024
1 parent 955d999 commit f5bdaf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mbuild/conversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ def load_file(
".json": "internal",
".xyz": "gmso",
".sdf": "pybel",
# ".mol2": "gmso",
".mol2": "gmso",
".pdb": "mdtraj",
}
# Handle mbuild *.py files containing a class that wraps a structure file
Expand Down Expand Up @@ -1038,7 +1038,7 @@ def save(
".gsd": save_in_gmso,
".data": save_in_gmso,
".xyz": save_in_gmso,
".mol2": save_in_gmso,
# ".mol2": save_in_gmso,
".mcf": save_in_gmso,
".top": save_in_gmso,
}
Expand Down

0 comments on commit f5bdaf6

Please sign in to comment.