Skip to content

Parmed -> GMSO loses layered dihedrals #561

Open
@rsdefever

Description

@rsdefever

If a parmed.Structure has multiple dihedral potentials for a single set of atoms, then this information is lost in the conversion to the gmso.Topology.

I have put together a gist with a simplified example:

import parmed
from gmso.external import from_parmed

pmd = parmed.load_file("emim_fake.top", xyz="emim.gro")
top = from_parmed(pmd)

print(top.dihedral_types)
print(pmd.dihedrals)

Metadata

Metadata

Labels

bugSomething isn't workingconversionsconversions of GMSO to and from other format

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions