postmd.system package

class postmd.system.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.

Submodules

postmd.system.mdfile module

class postmd.system.mdfile.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.