forked from lijiext/lammps
4ca648bb1e | ||
---|---|---|
.. | ||
Makefile | ||
Makefile.g95 | ||
Makefile.gfortran | ||
Makefile.ifort | ||
Makefile.pgf90 | ||
README | ||
meam_cleanup.F | ||
meam_data.F | ||
meam_dens_final.F | ||
meam_dens_init.F | ||
meam_force.F | ||
meam_setup_done.F | ||
meam_setup_global.F | ||
meam_setup_param.F |
README
MEAM (modified embedded atom method) library Greg Wagner, Sandia National Labs gjwagne at sandia.gov Jan 2007 -------------- This library is in implementation of the MEAM potential, specifically designed to work with LAMMPS. This library must be built with a F90 compiler, before LAMMPS is built, so LAMMPS can link against it. Build the library using one of the provided Makefiles or creating your own, specific to your compiler and system. For example: make -f Makefile.g95 If the build is successful, you should end up with a libmeam.a file.