Previous topic

4.6. CRD topology parser

Next topic

4.8. PDB topology parser

This Page

4.7. GRO topology parser

Read a list of atoms from a GROMOS/Gromacs GRO coordinate file to build a basic topology.

Atom types and masses are guessed.

MDAnalysis.topology.GROParser.parse(filename)[source]

Parse GRO file filename and return the dict structure.

Only reads the list of atoms.

Returns:MDAnalysis internal structure dict

See also

The structure dict is defined in MDAnalysis.topology.PSFParser.parse().