Lammps - Add new pair style

  1. 下载压缩包
  2. 进入lammps/src文件下
  3. 编译
  4. Noted:

Books and friends should be few butgood.

Updated time: 04/16 2022.

感谢github用户

以 MOS2 的 rebo 势函数为例 (DOI:10.1103/PhysRevB.79.245110)

Source code: GitHub

下载压缩包

Figure 1

Figure 2

进入lammps/src文件下

.cpp .h文件拷到src

修改style_pair.h添加

#include "pair_rebomos.h"

修改makefile.list添加

Figure 3

编译

src目录下输入

make mpi -j8

将生成的lmp_mpi替换掉原先的执行脚本

Noted:

  • 我的虚拟机原先就装上lammps了

  • 编译部分可参照原先的编译过程替换

  • 推荐安装教程 (failure address)

  • 推荐一本学习lammps源代码的书籍ROY KID 大佬写的


Please indicate the source when reprinting. Please verify the citation sources in the article and point out any errors or unclear expressions.