torch_featurize API Reference
The aenet.torch_featurize module provides PyTorch-based implementations
of atomic environment descriptors and neighbor lists.
Module Overview
Main Classes
|
Complete featurization pipeline using Chebyshev descriptors. |
|
Batched featurization for multiple structures. |
|
PyTorch-based neighbor list for atomic structures. |
Basis Functions
|
Vectorized Chebyshev polynomial evaluation using cosine form. |
|
Radial basis functions combining Chebyshev polynomials with cutoff. |
|
Angular basis functions using Chebyshev polynomials. |