torch_sim.neighbors.standardΒΆ

Pure PyTorch neighbor list implementation.

This module provides a native PyTorch implementation of neighbor list calculation that works on any device (CPU, CUDA, ROCm) without external dependencies.

Functions

standard_nl

Compute neighbor lists using primitive neighbor list algorithm.