torch_sim.neighbors.vesinΒΆ

Vesin-based neighbor list implementations.

This module provides high-performance neighbor list calculations using the Vesin library. It includes both TorchScript-compatible and standard implementations.

Vesin is available at: https://github.com/Luthaf/vesin

Functions

vesin_nl

Compute neighbor lists using the standard Vesin implementation.

vesin_nl_ts

Compute neighbor lists using TorchScript-compatible Vesin.

Classes

VESIN_AVAILABLE

bool(x) -> bool