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

..29-Jan-2021-

helpers/H07-Sep-2020-797656

LICENSEH A D28-Jan-202119.3 KiB379312

READMEH A D31-Jul-20201.4 KiB3225

kimcite-MD_077075034781_004.bibH A D29-Jan-20212.8 KiB8577

kimprovenance.ednH A D28-Jan-20218.6 KiB124123

kimspec.ednH A D27-Jan-20213.8 KiB6867

model_driver_Tersoff.cppH A D26-Jan-202130.5 KiB846655

ndarray.hppH A D17-Jul-202012.6 KiB533387

pair_tersoff.cppH A D27-Jan-202138 KiB1,044781

pair_tersoff.hppH A D31-Jul-202011.1 KiB321237

pair_tersoff_zbl.cppH A D31-Jul-202013.4 KiB367266

pair_tersoff_zbl.hppH A D31-Jul-20204.6 KiB12869

README

1This model driver is based on the LAMMPS implementation of the Tersoff
2potential.  LAMMPS is available at http://lammps.sandia.gov/.
3
4A model has to provide two parameter files. The first one is a
5settings file that must list all used particle types as
6space-separated chemical symbols on the first line. This model driver
7supports modifications of the default potential which can be chosen on
8the second line of the settings file. If it is empty, the standard
9potential form is used. If it is the string "ZBL", a ZBL repulsive
10term is added.
11
12The second file is a LAMMPS-compatible parameter file.
13Standard form: For information about this parameter file and the form
14               of the potential see
15               https://lammps.sandia.gov/doc/pair_tersoff.html for now.
16ZBL repulsion: For information about this parameter file and the form
17               of the potential see
18               https://lammps.sandia.gov/doc/pair_tersoff_zbl.html for now.
19
20The core part of energy/force calculation is adapted from code in
21LAMMPS.  LAMMPS is licensed under GPLv2, which then also applies to
22the whole model driver.  See the LICENSE file for details.
23
24The directory "helpers" contains a python script to convert different
25variants of Tersoff-type potentials to the input file format expected
26by this model driver (and LAMMPS).  There are also some example input
27files for the script.
28
29Author: Tobias Brink <t.brink@mpie.de>
30
31Thanks to Mingjian Wen for adding process_dEdr support.
32