[lammps-users] combination of pair_style eam/fs and pair_style table

Dear users,

I want to use

pair_style eam/fs for element X -X interaction

pair_style table for X - Y interaction

pair_style table for Y - Y interaction
how to implement this in the lammps input file?.

i tried this format but getting the error as “all pair coefficients are not set”

pair_style eam/fs
pair_coeff * * x.eam.fs X X
or

pair_coeff X X x.eam.fs X X ---->“in correct args for pair coeff”

pair_style table linear 1000
pair_coeff X Y XY-table.dat XY 5

pair_style table linear 1000
pair_coeff Y Y YY-table.dat YY 5

please help.
thanking you
with regards
kiran

Dear users,

I want to use

pair_style eam/fs for element X -X interaction

pair_style table for X - Y interaction

pair_style table for Y - Y interaction
how to implement this in the lammps input file?.

you have to use pair style hybrid.

axel.