README
1This package implements the MEAM potential as a LAMMPS pair style.
2
3==============================================================================
4
5This package is a translation and extension of the Fortran MEAM
6package to native C++.
7
8Translation by
9 Sebastian Hütter, sebastian.huetter@ovgu.de
10 Institute of Materials and Joining Technology
11 Otto-von-Guericke University Magdeburg, Germany
12
13The original Fortran implementation was created by
14 Greg Wagner (while at Sandia, now at Northwestern U).
15
16==============================================================================
17
18Use "make yes-meam" to enable this package or use
19-DPKG_MEAM=on when configuring building LAMMPS
20
21
22In your LAMMPS input script, specify
23 pair_style meam
24to enable the use of this implementation. parameters, input files and
25outputs are compatible to those for the Fortran version of pair_style meam.
26
27