pydseamslib.cyoda.halfNeighList

Contents

pydseamslib.cyoda.halfNeighList#

pydseamslib.cyoda.halfNeighList(yCloud: float, rcutoff: pydseamslib.cyoda.PointCloudDouble, typeI: int) List[List[int]]#

Inefficient O(n^2) implementation of neighbour lists

Parameters:
  • yCloud (The input molSys::PointCloud)

  • cutoff (Distance cutoff, within which two atoms are neighbours)

  • typeI (Type ID of the i^th particle type)