6.6. 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.

6.6.1. Classes

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

Reads a Gromacs GRO file

Reads the following attributes:
  • resids
  • resnames
  • atomids
  • atomnames
Guesses the following attributes
  • atomtypes
  • masses
parse(**kwargs)[source]

Return the Topology object for this file