Skip to content

Neighbor List

Slattery, Stuart requested to merge (removed):neighbor_list into master

Preliminary neighbor list capability. Contains:

  • A general interface to neighbor list data
  • A basic neighbor list implementation for relatively uniform particle spacing based on regular grids
  • A unit test harness to easily add and test other neighbor list implementations
  • A performance benchmark for neighbor lists in MD-like problems
  • A basic parallel_for operation over neighbor lists
Edited by Slattery, Stuart

Merge request reports