MEAM Potential for Au-Ge

From Micro and Nano Mechanics Group
Revision as of 03:05, 27 December 2016 by Adrianos (talk | contribs)
Jump to navigation Jump to search

MEAM Potential for Au-Ge

Adriano Santana and Wei Cai

Created Aug, 2015, Last modified Dec, 2016

This tutorial explains how to specify the parameters for the Au-Ge MEAM potential in MD++. It starts with the parameters in pure Au and pure Ge potentials, then talks about the Au-Ge cross potential.


Potential for Pure Elements

Original MEAM Potential for Au

The details for the original 'Au' potential can be found here:

http://micro.stanford.edu/wiki/MEAM_Potential_for_Au-Si

MEAM Potential for Ge

We use the 'Ge5' potential whose parameters are originally given in M. I. Baskes, The main parameters in the MEAM potential are specified in the meamf file. (In MD++, this file is in the potentials/MEAMDATA folder.) The lines corresponding to 'Ge5' are given below. Most of these parameters correspond to Table III of Baskes PRB (1992), as shown below.


                                      Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \alpha_i}
       Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \beta_i^{(0)}}
     Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \beta_i^{(1)}}
   Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \beta_i^{(2)}}
  Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \beta_i^{(3)}}

elt    lat   z    ielement  atwt     alpha    b0       b1     b2    b3      
'Ge5' 'dia'  4.     32      72.64     4.98   4.55      5.5    5.5  5.5 


Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (R_i^0)}
    Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle E_i^0}
   Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A_i}
   Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle t_i^{(0)}}
                             
 alat  esub  asub t0     t1          t2           t3     rozero  ibar
 5.6575 3.85  1.0 1.0   4.02       5.23          -1.6    1.5228   0


Note that the nearest neighbor distance = alat for the diamond cubic structure.

= rozero will be important only for cross-potential. In our fitting it takes the value 1.5228 instead of the original one of 1.35 in Baskes paper.

ibar is a setting used in the equation of state (EOS). ibar selects the G(gamma) function in Eq (4) and (5) of the paper by BJ Lee, PRB 68, 144112 (2003).

While the functional form is quite different, the modulus is almost not affected by the choice of ibar.

The parameters for the cross potential are specified in the AuGe2nn.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 Au and Ge

The parameters for the cross potential are specified in AuGe2nn.meam file. The lines relevant for the cross potential (i.e. between species 1 and 2) are shown below. They are calculated from VASP LDA/US.

Similar values are found in Table 3 of "AuGe mean potential fitted to the binary phase diagram", Yanming Wang, Adriano Santana and Wei Cai,25, 025004, (2017)

re(1,2) = 2.67         ()
delta(1,2) = 0.071      (related to , see below)
lattce(1,2) = b1
alpha(1,2) = 5.4219      ()
attrac(1,2) = 0.0      
repuls(1,2) = 0.168     ()
Cmin(1,1,2) = 1.9      ()
Cmin(1,2,1) = 0.70     ()
Cmin(1,2,2) = 2.0     ()
Cmin(2,2,1) = 1.0      ()

The values for . This value is related to delta(1,2) through

.

= 1.5228 because of the and values specified above. This value of leads to the following impurity formation energies

 eV   Ge impurity in FCC Au (MEAM)
 eV   Au impurity in DC  Ge (MEAM)

These values are to be compared with VASP predictions

 eV   Ge impurity in FCC Au (VASP/LDA/US)
Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle E_2 = 1.130 }
 eV   Au impurity in DC  Ge (VASP/LDA/US)

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/ge_au/ge_au_benchmark.tcl 1

The results are

a0 = xxx Angstrom
Ecoh = xxx eV

Use the following command to compute the equilibrium lattice constant and cohesive energy of pure Ge (DC).

bin/meam-lammps_gpp scripts/work/si_au/si_au_benchmark.tcl 0

The results are

 a0 = xxx Angstrom 
 Ecoh = xxx eV


Use the following command to compute the equilibrium lattice constant and cohesive energy of Au-Ge (B1).

bin/meam-lammps_gpp scripts/work/ge_au/ge_au_benchmark.tcl 2

The results are

 a0 = xxx Angstrom 
 Ecoh = xxx eV

Impurity energy

Use the following command to compute the impurity of a Au atom in Ge DC lattice.

bin/meam-lammps_gpp scripts/work/ge_au/si_au_benchmark.tcl 4
Mention paper....