Skip to content

A python script to postprocess Path Integral MD trajectory generated by LAMMPS.

License

Notifications You must be signed in to change notification settings

Kehan-Cai-nanako/pi_pp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pi_pp

A python script to postprocess Path Integral MD trajectory generated by LAMMPS.

A typical workflow consists of 3 steps:

  1. Run srun -n NBEAD python xyz2npy.py to read the LAMMPS trajectory files and save them as npy.
  2. Run srun -n NBEAD python fnm2f.py to transform Cartesian force into normal mode forces.
  3. Run srun -n NBEAD python ke_estimator.py to calculate the kinetic energy estimators.

About

A python script to postprocess Path Integral MD trajectory generated by LAMMPS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.1%
  • Shell 5.9%