I am working with Steel on LAAMPS containing Fe, W, Cr and C. My code is as below:
# ---------- Initialize Simulation ---------------------
newton on
units metal
dimension 3
boundary p p p
atom_style atomic
# ---------- Create Atomistic Structure ---------------------
read_data kim.lmpdat
# ---------- Define Interatomic Potential ---------------------
pair_style hybrid/overlay eam/alloy eam/fs eam/fs
pair_coeff * * eam/alloy FeCrW_d.eam.alloy Fe Cr W NULL
pair_coeff * * eam/fs FeCrW_s.eam.fs Fe Cr W NULL
pair_coeff * * eam/fs Fe-C_Hepburn_Ackland.eam.fs Fe NULL NULL C
pair_coeff 3 4 lj/cut 0.04 0.97 NULL NULL W C
pair_coeff 2 4 lj/cut 0.02 0.5 NULL Cr NULL C
neighbor 2.0 bin
neigh_modify every 10 delay 0 check yes
thermo 1000
#-----------------MELTING-----------------------
# NVE 1
fix nve1 all nve
run 10
unfix nve1