ECP-copa / CabanaMD

Molecular dynamics proxy application based on Cabana
Other
19 stars 14 forks source link

Add Neighbor and NeighborVerlet classes #39

Closed streeve closed 4 years ago

streeve commented 4 years ago

Add flexibility to neighbor list generation and remove from Force classes (previous code duplication).

Currently just base Neighbor and NeighborVerlet, but this is set up to add NeighborTree (ECP-copa/Cabana#208) if it's converted to a class.

Closes #38

streeve commented 4 years ago

Just a note - the last commit fix was caught by ECP-copa/Cabana#210

streeve commented 4 years ago

I merged in changes from #30 and extended that to the new Neighbor class here

streeve commented 4 years ago

Closing in favor of updated and rebased #43