Computational
Computational
This is simple and the most often introduced example for newcomers to
lVID. Remember that an empirical potential such as Voter and Chen’s is
constructed by fitting a function to experimental data that include cohe-
sive energy, equilibrium lattice parameters, etc. Thus, we expect a good
I
agreement between our calculated values and experimental values.
3.1.1.1 Runfile
The following is the run file prepared for this exercise with remarks on
some lines with # for brief descriptions of the command. All command
lines are self—explanatory, and any inquiry can be referred to in the man-
ual. Note that, to use this file in an actual run, the remarks should be
removed or changed to independent lines with # at the start of the line to
avoid any error.
#############################################################################
# Al-PE~curve.xm # XMD ignores any line starting with #. XMD
is not character—sensitive.
echo on # display run progress on monitor
read NiAl_EAMpotential.txt # read given potential file
eunit eV # set energy unit in eV
calc A1 = 2
calc MassAl = 26-98 # set atomic weight for Al
calc AXO = AX # set AXO = AX = AXO + DEL for the next repeat
calc A20 = AY
calc AZO = AZ
###################################################################
** Al EAM potential from Voter and Chen
eunit eV
* Set potential type to EAM
potential set eam l
* Read in individual potential functions
POTENTIAL PAIR l l 3000 1.000000E+00 5.554982E+00
0.0000000E+006.4847665E+Ol6.4467977E+016.4090193E+Ol
5.8953576E+015.8970665E+015.8987746E+015.9004817E+Ol
5.9021889E+Ol
###################################################################