Files
lammps/examples/PACKAGES/pod
Axel Kohlmeyer 13d1ce38d2 remove copies
2022-11-30 19:22:59 -05:00
..
2022-11-30 19:22:59 -05:00

Compile LAMMPS/POD

Go to lammps directory and build with the POD package:

cd path/to/lammps
mkdir build-pod
cd build-pod
cmake -C ../cmake/presets/basic.cmake -D PKG_ML-POD=on ../cmake
cmake --build .

Fit a POD potential for tantalum

Go to lammps/examples/PACKAGES/pod/Ta directory and run

lmp -in in.podfit

See the README in lammps/examples/PACKAGES/pod/Ta for instructions on how to run MD with the potential.

Examples for other materials

See https://github.com/cesmix-mit/pod-examples