In order to make sure you reach the learning goals of this week: complete the weekly exercises of week 35.
Input file for Lammps, in.myfirstmd
Matlab scripts for reading the Lammps
- trajectory files: readdump_all.m readdump_one.m
- log files (thermodynamic data): readlog.m
- and a simple Matlab analysis script
Python scripts for reading the Lammps
- log files (thermodynamic data): https://github.com/henriasv/lammps-logfile
- Python script using log and dump files
- and a simple Python analysis script