Neural Potential: A neural network trained to approximate the potential energy surface of a molecular system, replacing expensive physics-based calculations.
DFT: Density Functional Theory—a quantum mechanical modelling method used to calculate the electronic structure of atoms, serving as ground truth data here.
EGNN: E(n) Equivariant Graph Neural Network—a GNN architecture that guarantees outputs rotate/translate consistently with inputs.
GNS: Graph Network Simulator—a general-purpose GNN framework often used for simulating physical systems.
ForceNet: A GNN architecture explicitly designed for predicting atomic forces in molecular systems.
RMSE: Root Mean Square Error—a standard metric for measuring the difference between predicted values and ground truth.
Tip3p: A specific water model used in classical molecular dynamics simulations.
RPBE: Revised Perdew–Burke–Ernzerhof—a functional used in DFT calculations to describe electron interactions.
Denoising: A pretraining task where the model learns to remove added Gaussian noise from atomic coordinates, effectively learning a pseudo-force field.
Cosine Similarity: A measure of similarity between two non-zero vectors that measures the cosine of the angle between them, focusing on orientation rather than magnitude.