MEAM Potential for Au-Ge: Difference between revisions

From Micro and Nano Mechanics Group
Jump to navigation Jump to search
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 94: Line 94:
make meam-lammps build=R SYS=gpp
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 [[media:si-au.tcl.txt | si-au.tcl]] from the link.
Use the following command to compute the equilibrium lattice constant and cohesive energy of pure Au (FCC). You can download the [[media:ge_au_benchmark.tcl.txt |ge_au_benchmark.tcl]] from the link.


The script calculates cohesive energy of Ge(DC), Au(Au), AuGe(B1), impurity energy of Au atom
bin/meam-lammps_gpp scripts/work/ge_au/ge_au_benchmark.tcl 1
in Ge DC and impurity energy of Ge atom in Au FCC.


bin/meam-lammps_gpp scripts/work/ge_au/ge_au_benchmark.tcl 0
The results are


The results are:
a0 = xxx Angstrom
Ecoh = xxx eV


Ecoh Ge = -3.85 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
bin/meam-lammps_gpp scripts/work/ge_au/ge_au_benchmark.tcl 1


Ecoh Au = -3.93 eV
The results are
a0 = xxx Angstrom
Ecoh = xxx eV


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


Ecoh AuGe = -3.819 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
bin/meam-lammps_gpp scripts/work/ge_au/ge_au_benchmark.tcl 5


The results are
a0 = xxx Angstrom
Ecoh = xxx eV


Eimp Ge atom in Au FCC = 0.331 eV
===Impurity energy===


bin/meam-lammps_gpp scripts/work/ge_au/ge_au_benchmark.tcl 6
Use the following command to compute the impurity of a Au atom in Ge DC lattice.


Eimp Au atom in Ge DC = 1.3869 eV
bin/meam-lammps_gpp scripts/work/ge_au/si_au_benchmark.tcl 4

Mention paper....

Latest revision as of 08:27, 27 December 2016

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.


                                                       
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 


                                       
 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)
 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 ge_au_benchmark.tcl from the link.

The script calculates cohesive energy of Ge(DC), Au(Au), AuGe(B1), impurity energy of Au atom in Ge DC and impurity energy of Ge atom in Au FCC.

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

The results are:

Ecoh Ge = -3.85 eV

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

Ecoh Au = -3.93 eV

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

Ecoh AuGe = -3.819 eV

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


Eimp Ge atom in Au FCC = 0.331 eV

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

 Eimp Au atom in Ge DC  = 1.3869 eV