Hello all !
I have three atoms in my system; two are metals, and one is gas. I defined the atomic potential between them using hydrid/eam potential such as use LJ for gas interaction and eam/alloy for the metal interactions in such a way-
group H type 1
group Zr type 2
group Fe type 3
pair_style hybrid eam/alloy lj/cut 10.0
pair_coeff 1 1 lj/cut 0.010 3.40
pair_coeff 1 2 lj/cut 0.010 3.40
pair_coeff 1 3 lj/cut 0.010 3.40
pair_coeff 3 2 eam/alloy CuAgAuNiPdPtAlPbFeMoTaWMgCoTiZr.eam.alloy Fe Zr
But I am facing this error-
ERROR: Number of element to type mappings does not match number of atom types (src/MANYBODY/pair_eam_alloy.cpp:50)
Last command: pair_coeff * * CuAgAuNiPdPtAlPbFeMoTaWMgCoTiZr.eam.alloy Zr Fe
Please help me in this.
Thanks.