/neighborlists

Primary LanguageC++BSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Neighborlists

To build, please don't forget to first git submodule update --init the submodules. Then, it's just a matter of calling cmake and building the project:

mkdir build
cd build
cmake .. -GNinja
ninja

For usage examples, please see the examples and test directories.