[lammps-users] Best practices to extract thermodynamical data?

Dear all,

The present way I use to extract thermo output (as simple as pe vs
step) from lammps simulations is based on involuted shell scripts
which grep the logfiles.
I have to change them almost every time that I modify to the input
files and that's a bit tedious. You confirm there's no other way to do
that?
If there's no other way, did you come up with smart ways (possibly
easy to mantain) to filter out the desired info from the logs?

Thanks a ton,

Davide

In tools/python there is a log2txt.py script which
converts a log file into columns of numbers from the
thermo output. It uses a Pizza.py log tool which does
effectively does this (and more).

Steve