Hi.
I just wanted to pass along a bug that I tripped on the other day:
I was originally building a simulation up with pair_style hybrid lj/cut 10.0 eam, but then modified the script to just be pair_style lj/cut 10.0. However, in going through all the modifications necessary in the script I forgot to modify the existing pair_coeff commands which remained in the format required by pair_style hybrid (i.e. pair_coeff 1 1 lj/cut 10.0 0.005 instead of pair_coeff 1 1 10.0 0.005).
Unfortunately the LAMMPS parser didn't pick up the syntax problem and the result was that it didn't create any pairwise interaction in the script. I would have hoped that LAMMPS would have rejected my syntax rather than allowing it to go through as it turned out to be tricky to track down.
Just thought I would pass it along.
Dan