MEAM Potential for Si-Ge
MEAM Potential for Au-Si
Xiaohan Zhang and Wei Cai
Created Mar, 2017, Last modified Mar, 2017
This tutorial explains how to specify the parameters for the Si-Ge MEAM potential in MD++. It starts with the parameters in pure Si and pure Ge potentials, then walks through SiGe cross potential, based on the reference: "A modified embedded atom method interatomic potential for alloy SiGe", Gregory Grochola, Salvy P.Russo, Ian K. Snook, Chemical Physics Letters 493 (2010) 57-60.
Potential for Pure Elements
MEAM Potential for Si
We use the 'Si4' potential whose parameters are originally given in M. I. Baskes, Phys. Rev. B 46, 2727 (1992), and later modified by Ryu and Cai, J. Phys. Condens. Matter 22, 055401 (2010).
The main parameters in the MEAM potential is specified in the meamf file. (In MD++, this file is in the potentials/MEAMDATA folder.) The lines correspond to 'Siz' is given below. Most of these parameters correspond to Table III of Baskes PRB (1992), as shown below.
elt lat z ielement atwt alpha b0 b1 b2 b3 'Si4' 'dia' 4. 14 28.086 4.87 4.4 5.5 5.5 5.5
alat esub asub t0 t1 t2 t3 rozero ibar 5.431 4.63 1. 1.0 3.13 4.47 -1.8 1.48 0
Note that the nearest neighbor distance = alat for the diamond cubic structure.
= rozero will be important only for cross-potential.
ibar is a setting used in the equation of state (EOS), and will be explained later.
The modification made in Ryu and Cai JPCM (2010) is specified in the AuSi2nn.meam file. The variables in Eq.(A.1) of Ryu and Cai JPCM (2010) are given in the parenthesis.
erose_form = 3 rc = 4.5 attrac(2,2) = -0.36 () repuls(2,2) = 16.0 () Cmin(2,2,2) = 1.85 ()
Note that we label the atomic species of Si as 2.
MEAM Potential for Ge
We use the 'Si4' potential whose parameters are originally given in M. I. Baskes, Phys. Rev. B 46, 2727 (1992), and later modified by Ryu and Cai, J. Phys. Condens. Matter 22, 055401 (2010).
The main parameters in the MEAM potential is specified in the meamf file. (In MD++, this file is in the potentials/MEAMDATA folder.) The lines correspond to 'Siz' is given below. Most of these parameters correspond to Table III of Baskes PRB (1992), as shown below.
elt lat z ielement atwt alpha b0 b1 b2 b3 'Si4' 'dia' 4. 14 28.086 4.87 4.4 5.5 5.5 5.5
alat esub asub t0 t1 t2 t3 rozero ibar 5.431 4.63 1. 1.0 3.13 4.47 -1.8 1.48 0
Note that the nearest neighbor distance = alat for the diamond cubic structure.
= rozero will be important only for cross-potential.
ibar is a setting used in the equation of state (EOS), and will be explained later.
The modification made in Ryu and Cai JPCM (2010) is specified in the AuSi2nn.meam file. The variables in Eq.(A.1) of Ryu and Cai JPCM (2010) are given in the parenthesis.
erose_form = 3 rc = 4.5 attrac(2,2) = -0.36 () repuls(2,2) = 16.0 () Cmin(2,2,2) = 1.85 ()
Note that we label the atomic species of Si as 2.
Cross Potential between Ge and Si
The parameters for the cross potential are specified in AuSi2nn.meam file. The lines relevant for the cross potential (i.e. between species 1 and 2) are shown below. The values correspond to Table 3 of Ryu and Cai, J. Phys. Condens. Matter, 22, 055401 (2010).
re(1,2) = 2.700 () delta(1,2) = 0.125 (related to , see below) lattce(1,2) = b1 alpha(1,2) = 5.819 () attrac(1,2) = 0.0 repuls(1,2) = 0.26 () Cmin(1,1,2) = 1.9 () Cmin(1,2,1) = 0.95 () Cmin(1,2,2) = 1.85 () Cmin(2,2,1) = 1.0 ()
Table 3 of Ryu and Cai (2010) gives . This value is related to delta(1,2) through
.
= 1.48 because of the and values specified above.
Cmax = 2.8 is the default value.
Benchmark in MD++
Compile the code using the following command.
make meam-lammps build=R SYS=gpp
Use the following command to compute the equilibrium lattice constant and cohesive energy of pure Au (FCC). You can download the si-au.tcl from the link.
bin/meam-lammps_gpp scripts/work/si_au/si_au_benchmark.tcl 1
The results are
a0 = 4.07300759775 Angstrom Ecoh = -3.92996804082 eV
Use the following command to compute the equilibrium lattice constant and cohesive energy of pure Si (DC).
bin/meam-lammps_gpp scripts/work/si_au/si_au_benchmark.tcl 0
The results are
a0 = 5.43100051581 Angstrom Ecoh = -4.63000000205 eV
Use the following command to compute the equilibrium lattice constant and cohesive energy of Au-Si (B1).
bin/meam-lammps_gpp scripts/work/si_au/si_au_benchmark.tcl 2
The results are
a0 = 5.4 Angstrom Ecoh = -4.155000000083061 eV