where data.txt will be written as a text file with columns of data.
See the top of the log2txt.py file.
But you have another problem. Your log file starts each line of
thermo output with “ec”. No idea why, since the timestep comes
after that. Log.py will fail with a non-numeric error when it tries
to read that. That’s the error I get.
The error looks like one you might get if using Python 3.
I believe the Python scripts in tools/python are only
compatible with Python 2. No one has converted them
to work with both yet. So try Python 2 if you can.