$\texttt{FlashSchNet}$: Fast and Accurate Coarse-Grained Neural Network Molecular Dynamics
Abstract
Lay Summary
Molecular dynamics simulations help scientists study how proteins and other molecules move, which is important for drug discovery and materials science. New AI-based models can make these simulations more accurate, but they are often too slow for long simulations because modern graphics processors spend too much time moving data around instead of doing useful calculations. We developed FlashSchNet, a faster version of a neural-network model for molecular simulation, by reorganizing the computation so that data are reused inside the GPU rather than repeatedly written to and read from memory. We also replace a slow accumulation step with a more orderly one and use lower-precision arithmetic where it does not hurt accuracy. In our protein simulations, FlashSchNet runs much faster and uses far less memory while preserving the behavior of the original model, making accurate AI-driven molecular simulation more practical for researchers with limited computing resources.