Cabana icon indicating copy to clipboard operation
Cabana copied to clipboard

N^2 neighbor list

Open streeve opened this issue 3 years ago • 0 comments

First step for moving all grid-based neighbor lists to Cajita: separate the underlying N^2 list from Verlet list

  • Moves some general neighbor concepts to the NeighborList interface file
  • VerletListBuilder inherits from N2Builder and only reimplements details for the various levels of parallelism

Verlet parallel: central particle, optional team bins, optional team vector potential neighbors per bin N2 parallel: central particle, optional team potential neighbors

streeve avatar Jun 23 '22 17:06 streeve