Closed anabiman closed 3 years ago
Description Writing a Molecule object to a .gro file fails with mmic_parmed.
Code snippet for reproduction
from mmelemental.models.molecule import Molecule mol = Molecule.from_file(gro_file) mol.to_file(filename) -> raises an Exception
Expected behavior A new file filename identical to gro_file.
filename
gro_file
System info
Fixed. Converter moved to a separate repo.
Description Writing a Molecule object to a .gro file fails with mmic_parmed.
Code snippet for reproduction
Expected behavior A new file
filename
identical togro_file
.System info