Dear Lammps users
I am trying to understand how neighbor command works in my case. My modelling system is circular polymeric chain. Each monomers of the chain has bonds with neighbors, Bonds are determined by harmonic potential. All system exists in a huge box. I run this system in one proseccor.
As I understood the harmonic potential hasn’t cut off distance and cut off distance is equal to the skin option in the neigthbor command. Am I right? But I haven’t pair interaction in my programm only bonds but without neighbor command it doesn’t work. Initially I have used neighbor 2 bin command, but I recieved a mistake neighbor bins-box size<< cut off ->ERROR. I have changed it to the neighbor 2 nsq. It is working now. But what it is really happen?
As I understand the way how lammps works it needs neighbor list for long-range interaction (for instance LJ). But I don’t have this interaction in my system I have only bonds. Could you explain how it really works or give me a link to the Lammps documentation.
Kind regards!
Tatyana Pichugina
My input script