Algorithm for Neighbors.cpp?

Dear Dr. Plimpton,

I was wondering what the exact nature of your algorithm for Neighbor.cpp was.

Thanks,
Best,
Calvin Li

The atoms are binned into bins the size of 1/2 the
cutoff. Then each atom looks in nearby bins to find
neighbors within the force cutoff + neighbor skin
distance and stores a Verlet list. This is done
on a per-processor basis. No communication
involved.

Steve

I should have added that this is explained more
fully in the J Comp Phys, 1995 paper that is
the canonical LAMMPS citation - see the
WWW site for the ref.

Steve