|
报错信息
Microsoft Windows [版本 10.0.19045.3086]
(c) Microsoft Corporation。保留所有权利。
C:\Users\Lenovo\Desktop\2>lmp -in in.lmp
LAMMPS (23 Jun 2022 - Update 3)
OMP_NUM_THREADS environment is not set. Defaulting to 1 thread. (src/comm.cpp:98)
using 1 OpenMP thread(s) per MPI task
Loaded 1 plugins from F:\LAMMPS_MSMPI\LAMMPS 64-bit 23Jun2022-MSMPI with Python\plugins
Reading data file ...
orthogonal box = (3.6313307 1.0774698 -0.7377933) to (32.653131 30.09927 28.284007)
1 by 1 by 1 MPI processor grid
reading atoms ...
1970 atoms
read_data CPU = 0.008 seconds
ERROR: Non-existent ReaxFF type (src/REAXFF/pair_reaxff.cpp:310)
Last command: pair_coeff * * CHON-2019.ff n c c5 o cp h hn n3
C:\Users\Lenovo\Desktop\2>
in文件
#Initialization
units real
atom_style charge
timestep 0.2
read_data C:\Users\Lenovo\Desktop\2\2.data
pair_style reax/c NULL
pair_coeff * * CHON-2019.ff n c c5 o cp h hn n3
neighbor 0.4 bin
neigh_modify every 10 one 10000
fix 1 all nve
fix 2 all qeq/reax 1 0.0 10.0 1e-6 reax/c
fix 3 all temp/berendsen 500.0 500.0 100.0
dump 1 all atom 30 dump.reax.CHON
run 10000
力场在附件
大神们 帮我看看吧。我做的是反应力场 聚合物化学键的断裂和重组
|
|