Source file location for UFF implementation

Hello Lammps users,

For implementing UFF in lammps, I need to add some energy equations but I am unable to find source files. Can anybody let me know in which directory I can find source files for various force field equations?? I am running latest version of lammps ( lammps-64bit-20160229.exe) on windows 8.1.

Thanks and regards

Rajesh.

Hello Lammps users,

For implementing UFF in lammps, I need to add some energy equations but I am
unable to find source files. Can anybody let me know in which directory I
can find source files for various force field equations?? I am running
latest version of lammps ( lammps-64bit-20160229.exe) on windows 8.1.

there are no sources included in the windows installer package or any
other package with precompiled binaries.
you have to download the source code package directly from
lammps.sandia.gov or clone the git/svn repository from lammps.org.

more importantly, to be able to use any of the changed code, you will
have to learn how to compile your own custom LAMMPS executable, which
is non-trivial.

axel.