Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

N^2 neighbor list #545

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

N^2 neighbor list #545

wants to merge 6 commits into from

Conversation

streeve
Copy link
Member

@streeve streeve commented Jun 23, 2022

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 streeve self-assigned this Jun 23, 2022
@streeve streeve force-pushed the n2_list branch 2 times, most recently from 3e85959 to 5f321ad Compare June 24, 2022 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant