[lammps-users] energy per atom

Hello everyone,

how can I obtain the total energy per atom (kinetic + potential) for each timestep?

Thanks
Jaime Sanchez

Assuming your system is atomic, the PE per atom is
already an option in dump custom. Wouldn't be hard
to add KE per atom as an option as well. See the "customize"
comments in dump_custom.cpp

Steve