Skip to content

alfonsogijon/WaterClusters_GNNs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 $(\text{H}_2\text{O})^{-}_N$. The dataset includes molecular geometries generated by molecular dynamics simulations of clusters with sizes from 20 to 237 water molecules and temperatures between 50 and 200 Kelvins.

$$E(\mathbf{r}_{1},\ldots,\mathbf{r}_{N})=V_{\mathrm{SPC/F}}(\mathbf{r}_{1},\ldots,\mathbf{r}_{N})+E_{0}(\mathbf{r}_{1},\ldots,\mathbf{r}_{N}).$$

plot

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.

plot

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.

plot

👥 Authors

Alfonso Gijón, Miguel Molina-Solana, Juan Gómez Romero

📝 Citation

🔗 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}
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published