• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

READMEH A D30-Sep-2021883 2717

meam.hH A D30-Sep-202111.6 KiB325201

meam_dens_final.cppH A D30-Sep-20214.6 KiB145108

meam_dens_init.cppH A D30-Sep-202112.8 KiB372293

meam_force.cppH A D30-Sep-202120.3 KiB549454

meam_funcs.cppH A D30-Sep-202110.4 KiB422311

meam_impl.cppH A D30-Sep-20212.8 KiB8857

meam_setup_done.cppH A D30-Sep-202131.1 KiB893667

meam_setup_global.cppH A D30-Sep-20213.5 KiB11990

meam_setup_param.cppH A D30-Sep-20216 KiB251145

pair_meam.cppH A D30-Sep-202124 KiB771527

pair_meam.hH A D30-Sep-20213.5 KiB12740

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