Hi All,
I am trying to model the deposition of Cu on Si(001) using the MEAM potential. So I used the following commands:
pair_style meam
pair_coeff * * library.meam Si Cu SiCu.meam Si Cu
The problem is that I don’t know how to write the second input file. I have read the documentation on the LAMMPS guide and, using as example the “SiC.meam” file (given during the installation of LAMMPS) and the data in a paper for the coefficients, I was able to write the following script “SiCu.meam”:
UNITS: metal
rc = 4.0
delr = 0.1
rho0(2) = 1.1
delta(1,2) = 0.14
alpha(1,2) = 4.74
re(1,2) = 2.46
Cmin(1,2,1) = 0
Cmax(1,2,1) = 2.8
Cmin(2,1,2) = 0
Cmax(2,1,2) = 2.8
Cmin(1,1,2) = 2.0
Cmax(1,1,2) = 2.8
Cmin(1,2,2) = 2.0
Cmax(1,2,2) = 2.8
lattce(1,2) = ‘fcc’
I receive this error message:
ERROR: Incorrect args for pair coefficients (src/MEAM/pair_meam.cpp:239)
How should it be written?
Thank you to everyone in advance.