Compile LAMMPS/POD
- go to lammps directory
- mkdir build
- cd build
- cmake -C ../cmake/presets/basic.cmake -D BUILD_SHARED_LIBS=on -D LAMMPS_EXCEPTIONS=on -D PKG_PYTHON=on -D PKG_ML-POD=on ../cmake
- cmake --build .
Run an example to fit a POD potential for Tantalum element
- Go to lammps/examples/pod/Ta directory
- ../../../build/lmp -in in.podfit -sc tmp
Run an example to fit a POD potential for InP compound
- Go to lammps/examples/pod/InP directory
- ../../../build/lmp -in in.podfit -sc tmp
Run an example to fit a POD potential for GaN compound
- Go to lammps/examples/pod/GaN directory
- ../../../build/lmp -in in.podfit -sc tmp