Dear Lammps users,
I am working with hybrid potentials for Argon ,Carbon ,Iron ,carbon (in nanotubes ).
So it consists of 4 types of atoms in the above mentioned order in the read data file.
I used Airebo,LJ and eam potentais to model this.
I have given the pair coefficients commands as shown beolw,
pair_style hybrid airebo 3.0 lj/cut 10.0 eam/fs
pair_coeff * * airebo /home/raji/Desktop/lammps-28Jun14/potentials/CH.airebo NULL C NULL NULL
pair_coeff * * airebo /home/raji/Desktop/lammps-28Jun14/potentials/CH.airebo NULL NULL NULL C
pair_coeff 1 1 lj/cut 0.0103 3.4
pair_coeff 1 2 lj/cut 0.00497 3.4
pair_coeff 1 3 lj/cut 0.516 3.7
pair_coeff 1 4 lj/cut 0.00497 3.4
pair_coeff 2 3 lj/cut 0.02495 3.7
pair_coeff 3 4 lj/cut 0.02495 3.7
pair_coeff * * eam/fs/home/raji/Desktop/lammps-28Jun14/potentials/Fe_mm.eam.fs Fe NULL
But when I ma running the simulation, some errors are coming as
“Pair coeff for hybrid has invalid style (…/pair_hybrid.cpp:351) ”
I am using the latest version of lammps (lammps -28June14)
It would be great if somebody answer to this.
Thanks in advance
Safron