Make thermo output accessable through PyLammps
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