zhangylch / EANN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Embedded Atom Neural Network

1. Introduction:


Embedded Atomic Neural Network (EANN) is a physically-inspired neural network framework. The EANN package is implemented using the PyTorch framework used to train interatomic potentials, dipole moments, transition dipole moments and polarizabilities of various systems. All optimizable parameters can be optimized by making use of the Autograd embedded in PyTorch on multiple GPUs or CPUs. In addition, the EANN package has been interfaced with LAMMPS and is used for high efficiency MD simulation in both the GPU and CPU with high parallel efficiency. Details about the setup of training and inference can be found in the "program/manual" folder.

3. Requirements:


  1. PyTorch 1.9.0
  2. opt_einsum 3.2.0

3. References:


  1. The EANN model: Yaolong Zhang, Ce Hu and Bin Jiang J. Phys. Chem. Lett. 10, 4962-4967 (2019).
  2. The EANN model for dipole/transition dipole/polarizability: Yaolong Zhang Sheng Ye, Jinxiao Zhang, Jun Jiang and Bin Jiang J. Phys. Chem. B 124, 7284–7290 (2020).

About

License:MIT License


Languages

Language:Python 65.6%Language:CMake 23.7%Language:C++ 7.2%Language:Shell 3.5%