# Compile LAMMPS/POD 

  1. go to lammps directory
  2. mkdir build
  3. cd build
  4. 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
  5. cmake --build .

# Run an example to fit a POD potential for Tantalum element

  1. Go to lammps/examples/pod/Ta directory
  2.  ../../../build/lmp -in in.podfit -sc tmp

# Run an example to fit a POD potential for InP compound 

  1. Go to lammps/examples/pod/InP directory
  2.  ../../../build/lmp -in in.podfit -sc tmp

# Run an example to fit a POD potential for GaN compound 

  1. Go to lammps/examples/pod/GaN directory
  2.  ../../../build/lmp -in in.podfit -sc tmp
Description
Public development project of the LAMMPS MD software package
Readme GPL-2.0 1.2 GiB
Languages
C++ 87%
Tcl 5.5%
Cuda 1.8%
Python 1.5%
C 1.1%
Other 2.7%