9 Star 12 Fork 5

FengGo / I-ReaxFF

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 1.57 KB
一键复制 编辑 原始数据 按行查看 历史
FengGo 提交于 2024-03-09 14:47 . update README.md.

I-ReaxFF: stand for Intelligent-Reactive Force Field

  • I-ReaxFF is a differentiable ReaxFF framework based on TensorFlow, with which we can get the first and high order derivatives of energies, and also can optimize ReaxFF and ReaxFF-nn (Reactive Force Field with Neural Networks) parameters with integrated optimizers in TensorFlow.

  • ffield.json: the parameter file from machine learning
  • reaxff_nn.lib the parameter file converted from ffield.json for usage with GULP

Requirement

the following package need to be installed

  1. TensorFlow, pip install tensorflow --user or conda install tensorflow
  2. Numpy,pip install numpy --user
  3. matplotlib, pip install matplotlib --user

Install this package after download this package and run commond in shell python setup install --user. Alternatively, this package can be install without download the package through pip pip install --user irff.

Refference

  1. Feng Guo et.al., Intelligent-ReaxFF: Evaluating the reactive force field parameters with machine learning, Computational Materials Science 172, 109393, 2020.

  2. Feng Guo et.al., ReaxFF-MPNN machine learning potential: a combination of reactive force field and message passing neural networks,Physical Chemistry Chemical Physics, 23, 19457-19464, 2021.

  3. Feng Guo et.al., ReaxFF-nn: A Reactive Machine Learning Potential in GULP and the Applications in the Thermal Conductivity Calculation of Carbon Nanostructures (Submitted)

Use ReaxFF-nn with LAMMPS:

https://gitee.com/fenggo/ReaxFF-nn_for_lammps

https://github.com/fenggo/ReaxFF-nn_for_lammps

Python
1
https://gitee.com/fenggo/I-ReaxFF.git
git@gitee.com:fenggo/I-ReaxFF.git
fenggo
I-ReaxFF
I-ReaxFF
master

搜索帮助