Supported Files =============== LAMMPS log file --------------- To provide comfortable access to the LAMMS log file (log.lammps) and the thermodynamic info block(s) within, *pylam* offers the :class:`pylam.LogFile` and :class:`pylam.ThermoBlock` class. .. seealso:: LAMMPS Doc.: `log file`_ , `thermo`_ LAMMPS data file ---------------- :doc:`example file ` Supported *atom_style*: atomic, charge, molecular, full .. seealso:: LAMMPS Doc.: `read_data`_ .. toctree:: :hidden: example data file .. _log file: http://lammps.sandia.gov/doc/log.html .. _thermo: http://lammps.sandia.gov/doc/thermo.html .. _read_data: http://lammps.sandia.gov/doc/read_data.html