Graph neural network based potential energy surfate to speed up Monte Carlo simulations of water cluster anions
This repository includes Python notebooks to build and train graph neural network models for prediction of the atomic and electronic energy components of water clusters anions, represented by the chemical formula
In the context of molecular modeling, individual atoms are represented as nodes, while edges denote chemical bonds. Graph neural networks were implemented using the Spektral library. We identified the GATConv layer, incorporating an attention mechanism to dynamically weight the adjacency matrix, the optimal architecture to capture diverse node conections (O-H, O-H and H-H bonds) in different configurations.
The accurate and efficient energy model is employed to conduct Monte Carlo simulations across diferent sizes, demosntrating stable behaviour. The predicted surface-to-interior state transition point and the bulk energy of the system are consistent with previous investigations, at a computational cost three-orders of magnitude lower.
Alfonso Gijón, Miguel Molina-Solana, Juan Gómez Romero
🔗 https://doi.org/10.1016/j.jocs.2024.102383
@article{Gijon2024_waterclusters,
title = {Graph-neural-network potential energy surface to speed up Monte Carlo simulations of water cluster anions},
journal = {Journal of Computational Science},
volume = {81},
pages = {102383},
year = {2024},
issn = {1877-7503},
doi = {https://doi.org/10.1016/j.jocs.2024.102383},
author = {Alfonso Gijón and Miguel Molina-Solana and Juan Gómez-Romero}
}