postmd package

class postmd.MDFile(path=None)[source]

Bases: object

Base class for reading files generated by LAMMPS.

Parameters:

path (str, optional) – path to the file. Defaults to None.

read_file()[source]

You need to override this method in the child class.

Subpackages