SPONGE in MindSpore is a high-performance and modularized molecular dynamics simulation library developed by `Yiqin Gao` group (`Peking University` and `Shenzhen Bay Laboratory`) and `MindSpore` team at `Huawei` Company. It can efficiently simulate traditional molecular dynamics tasks based on the “graph-kernel-fusion” and “automatic parallelization” features of MindSpore. In the meanwhile, it utilizes the automatic differentiation feature of MindSpore, and introduces machine learning methods, such as neural network, into traditional molecular simulation, achieving methodological inventions.
This example demonstrates how to perform high-performance molecular dynamics simulations with the built-in SPONGE module of MindSpore on GPU.
This example demonstrates how to perform high-performance molecular dynamics simulations with the built-in SPONGE module of MindSpore on `GPU`.
## Dataset
There are three inputs for the example, property file `NVT_290_10ns.in`, topology file `ala.parm7` and coordinates file `ala_NVT_290_10ns.out`, respectivelly.
There are three inputs for the example, property file `NVT_290_10ns.in`, topology file `WATER_ALA.parm7` and coordinates file `WATER_ALA_350_cool_290.rst7`, respectivelly.