Contact Search Algorithm

Tarun De's picture
Submitted by Tarun De on Thu, 08/29/2019 - 08:32

Can anyone please tell me the name of the contact search algorithm used in LIGGGHTS-Public?? and how contact search algo is implemented in LIGGGHTS??

mschramm | Wed, 10/16/2019 - 20:42

Hello,
I do not know the exact version that LIGGGHTS is using but the general approach can be found here.
https://en.wikipedia.org/wiki/Cell_lists

Basically, you place every cell into a bin(s) then when you get to atom i, you look at the bins around the bin that contains atom i.
This way you do not need to worry about every atom in the simulation and just those "near" the atom you want.