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

..29-Jan-2021-

Asap.hH A D01-Feb-20195.5 KiB17158

AsapNamespace.hH A D01-Feb-20191.8 KiB444

AsapObject.cppH A D01-Feb-20191.8 KiB459

AsapObject.hH A D01-Feb-20191.9 KiB5515

AsapPython.hH A D01-Feb-201975 51

Atoms.hH A D01-Feb-201970 51

Debug.hH A D01-Feb-20193.6 KiB12041

EMT.cppH A D01-Feb-201957.9 KiB1,9131,595

EMT.hH A D01-Feb-20199.3 KiB265122

EMTDefaultParameterProvider.cppH A D01-Feb-20198.6 KiB269192

EMTDefaultParameterProvider.hH A D01-Feb-20193.1 KiB8339

EMTParameterProvider.hH A D01-Feb-20193.8 KiB9840

Exception.cppH A D01-Feb-20193.9 KiB13793

Exception.hH A D01-Feb-20197.1 KiB210109

IVec.hH A D01-Feb-20194.6 KiB192111

KimAsapPython.hH A D01-Feb-20192.4 KiB7020

KimAtoms.cppH A D01-Feb-20195.7 KiB216160

KimAtoms.hH A D01-Feb-20196.3 KiB20691

KimNeighborLocator.cppH A D01-Feb-20193.7 KiB12178

KimNeighborLocator.hH A D01-Feb-20195.7 KiB16349

KimParameterProvider.cppH A D01-Feb-20196.7 KiB223176

KimParameterProvider.hH A D01-Feb-20192.3 KiB6021

KimTemplates.hH A D01-Feb-20191.7 KiB5114

LICENSEH A D01-Feb-201917.7 KiB242186

LICENSE.CDDLH A D01-Feb-201916 KiB381316

LICENSE.GPLH A D01-Feb-201934.3 KiB675553

LICENSE.LGPLH A D01-Feb-20197.5 KiB166128

Matrix3x3.cppH A D01-Feb-20191.8 KiB459

Matrix3x3.hH A D01-Feb-20191.6 KiB447

NeighborCellLocator.cppH A D01-Feb-201940.1 KiB1,3121,113

NeighborCellLocator.hH A D01-Feb-201912 KiB329134

NeighborLocator.hH A D01-Feb-20196.3 KiB18561

NeighborLocatorInterface.cppH A D01-Feb-20192.1 KiB6222

Potential.cppH A D01-Feb-20193 KiB10062

Potential.hH A D01-Feb-20196.6 KiB18756

READMEH A D01-Feb-20192 KiB5022

SymTensor.hH A D01-Feb-20192.8 KiB10251

Templates.hH A D01-Feb-201974 51

Timing.cppH A D01-Feb-20193 KiB9159

Timing.hH A D01-Feb-20197.7 KiB312251

TimingResults.hH A D01-Feb-20191.7 KiB437

TinyMatrix.hH A D01-Feb-20192.8 KiB8738

Vec.cppH A D01-Feb-20191.6 KiB4614

Vec.hH A D01-Feb-20195.1 KiB210123

asap_emt_driver.cppH A D01-Feb-20195.9 KiB176103

asap_emt_driver.hH A D01-Feb-20192 KiB6020

asap_kim_api.cppH A D01-Feb-201910 KiB319240

asap_kim_api.hH A D01-Feb-20194.1 KiB11650

kimcite-MD_128315414717_004.bibH A D29-Jan-20211.7 KiB5348

kimprovenance.ednH A D27-Sep-202040.6 KiB561560

kimspec.ednH A D27-Sep-20203 KiB2322

mass.hH A D01-Feb-20192.1 KiB7027

README

1Effective Medium Theory (EMT) model driver based on the EMT implementation in ASAP (https://wiki.fysik.dtu.dk/asap).
2
3Effective Medium Theory is a many-body potential of the same class as Embedded Atom Method, Finnis-Sinclair etc.  The main term in the energy per atom is the local density of atoms.
4
5The functional form implemented here is that of Ref. 1.  The principles behind EMT are described in Refs. 2 and 3 (with 2 being the more detailed and 3 being the most pedagogical).  Be aware that the functional form and even some of the principles have changed since refs 2 and 3.  EMT can be considered the last step of a series of approximations starting with Density Functional Theory, see Ref 4.
6
7These files are based on Asap version 3.11.5.
8
9
10REFERENCES:
11
12[1] Jacobsen, K. W., Stoltze, P., & Nørskov, J.: "A semi-empirical effective medium theory for metals and alloys". Surf. Sci. 366, 394–402  (1996).
13
14[2] Jacobsen, K. W., Nørskov, J., & Puska, M.: "Interatomic interactions in the effective-medium theory". Phys. Rev. B 35, 7423–7442 (1987).
15
16[3] Jacobsen, K. W.: "Bonding in Metallic Systems: An Effective-Medium Approach".  Comments Cond. Mat. Phys. 14, 129-161 (1988).
17
18[4] Chetty, N., Stokbro, K., Jacobsen, K. W., & Nørskov, J.: "Ab initio potential for solids". Phys. Rev. B 46, 3798–3809 (1992).
19
20
21HISTORY:
22
23Changes in 004:
24
25* Fixed a small memory leak.
26
27
28Changes in 003:
29
30* Updated to KIM API version 2.0.0.
31
32
33Changes in 002:
34
35* Bug fix: version 001 would crash with most tests/simulators due to an internal consistency test failing.
36
37* Bug fix: version 001 reported a slightly too short cutoff, leading to small inaccuracies (probably only for Au).
38
39* Bug fix: Memory leaks removed.
40
41* Enhancement: version 002 now supports ghost atoms (parallel simulations, many other tests).
42
43* Enhancement: version 002 now supports all neighbor list types, although the half lists give the best performance.
44
45
46KNOWN ISSUES / BUGS:
47
48* On-the-fly modifications of the parameters is not supported.  It should be implemented.
49
50