kim-api  2.3.1-git+v2.3.0-git-2-g378406f9.GNU.GNU.
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
README
Go to the documentation of this file.
1 #
2 # KIM-API: An API for interatomic models
3 # Copyright (c) 2013--2022, Regents of the University of Minnesota.
4 # All rights reserved.
5 #
6 # Contributors:
7 # Ryan S. Elliott
8 # Andrew Akerson
9 #
10 # SPDX-License-Identifier: LGPL-2.1-or-later
11 #
12 # This library is free software; you can redistribute it and/or
13 # modify it under the terms of the GNU Lesser General Public
14 # License as published by the Free Software Foundation; either
15 # version 2.1 of the License, or (at your option) any later version.
16 #
17 # This library is distributed in the hope that it will be useful,
18 # but WITHOUT ANY WARRANTY; without even the implied warranty of
19 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20 # Lesser General Public License for more details.
21 #
22 # You should have received a copy of the GNU Lesser General Public License
23 # along with this library; if not, write to the Free Software Foundation,
24 # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
25 #
26 
27 
28 This directory (LennardJones612_UniversalShifted__MO_959249795837_003) contains
29 a Lennard-Jones model defined for the entire set of KIM API particle types.
30 
31 * Sigma parameters are set to (2^{-1/6})*r_0, where r_0 is the atomic covalent
32  radius. Covalent radii for elements 1--96 were taken from Wolfram
33  Mathematica's `ElementData["CovalentRadius"]' command. Covalent radii for
34  elements 97--118 were taken from Fig. 3 of the article Pyykko, M. Atsumi,
35  J. Chem. Eur. J. 15 (2009) 12770.
36 
37 * Epsilon parameters are set to the bond dissociation energy. Bond
38  dissociation energies for elements 1--55, 57--60, and 61--84 were taken from
39  the CRC Handbook of Chemistry and Physics, 91st Edition, Ed. W.H. Haynes,
40  2010. (as posted here:
41  http://staff.ustc.edu.cn/~luo971/2010-91-CRC-BDEs-Tables.pdf)
42 
43  The value (cohesive energy, in this case) for element 56 was obtained from
44  p. 50 in Charles Kittel. Introduction to Solid State Physics, 8th
45  edition. Hoboken, NJ: John Wiley & Sons, Inc, 2005.
46 
47  The bond dissociation energy value for element 61 was obtained from
48  "Interpolation scheme for the cohesive energies for the lanthanides and
49  actinides" Borje Johansson and Anders Rosengren, Phys. Rev. B 11, 1367 (1975).
50 
51  The bond dissociation energies for elements 85--118 were not found in the
52  literature. Thus, the values used here are approximated by subtracting 10%
53  from the value for the element in the same Group (column) and previous Period
54  (row) of the periodic table.
55 
56 * Cutoff parameters are set to 4.0*sigma. This corresponds to a cutoff energy
57  of approximately epsilon/1024.
58 
59 * Lorentz-Berthelot mixing rules are used for interactions between unlike
60  particles. Each interaction potential is shifted to zero energy at its cutoff
61  distance.