Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1 KB

File metadata and controls

36 lines (21 loc) · 1 KB

pairlist

Generates the pair list of atoms that are closer to each other than the given threshold under the periodic boundary conditions.

version 0.6.2

Usage

See pairlist.h for the function definition and pairlist-test.c for usage.

Python API is served in pairlist.py. The API document is here.

See benchmark.ipynb for the comparison with other methods. Open In Colab benchmark

Algorithm

A simple cell division algorithm is implemented.

Demo

It requires GenIce to make the test data.

% make test

Requirements

  • python
  • numpy

Bugs