torch_sim.neighbors.alchemiopsΒΆ
Alchemiops-based neighbor list implementations.
This module provides high-performance CUDA-accelerated neighbor list calculations using the nvalchemiops library. Supports both naive N^2 and cell list algorithms.
nvalchemiops is available at: https://github.com/NVIDIA/nvalchemiops
Functions
Compute neighbor lists using Alchemiops cell list algorithm. |
|
Compute neighbor lists using Alchemiops naive N^2 algorithm. |
Classes
bool(x) -> bool |