Dear all.
Let me ask you a question now right off the bat.
I have two questions for LAMMPS source code.
First, it is at line 995 in src/MANYBODY/pair_airebo.cpp.
In source code,
cw2 = (.5*(1.0-cw)); ,
but I think that
cw2 = (.5*(1.0+cw)); .
Second, it is at line 3070 in src/MANYBODY/pair_airebo.cpp.
In source code,
g = g2+cut*(g1-g2); ,
but I think that
g = g1+cut*(g2-g1); .
Please be so good as to answer my questions.