Skip to content
Snippets Groups Projects
  • Richard Berger's avatar
    0ec8fa02
    Make thermo output accessable through PyLammps · 0ec8fa02
    Richard Berger authored
    Thermo data of the last run is now accessable through the `last_run.thermo`
    property. This is a dictionary containing the data columns of thermo output.
    All run data is kept as list and can be found in the `runs` property.
    See issue #144
    0ec8fa02
    History
    Make thermo output accessable through PyLammps
    Richard Berger authored
    Thermo data of the last run is now accessable through the `last_run.thermo`
    property. This is a dictionary containing the data columns of thermo output.
    All run data is kept as list and can be found in the `runs` property.
    See issue #144