//! ANI (Accurate NeurAl networK engINe) machine-learning potentials.
//!
//! Implements the ANI potential family for fast energy and force prediction
//! with near-DFT accuracy using neural-network inference on Behler-Parrinello
//! atomic environment vectors (AEVs).
//!
//! Architecture: positions → neighbor list → AEVs → per-element NN → total energy.
//! Forces are computed via analytical backpropagation through the AEV pipeline.
pub use ;
pub use ;