24小时热门版块排行榜    

查看: 1512  |  回复: 2
【悬赏金币】回答本帖问题,作者callen123将赠送您 20 个金币

callen123

金虫 (小有名气)

[求助] LAMMPS入门报错求指导!急!!

各位大佬:

LAMMPS in文件设置如下图所示,报错ERROR: All pair coeffs are not set (../pair.cpp:254)。

想用两种reaxff力场描述混合体系。其中 reaxff_JPCL力场描述mass 1-6,即S O C F Li H。用ffield.reax.ZnOH力场描述mass 7-9 Zn H O。请大佬指正如何设置好in文件?感谢感谢。

in 文件:
------------------------------------------
# LAMMPS input script for MD simulation

# Initialization
units real
dimension 3
boundary p p p
atom_style charge

# Atom definition
read_data LiFBS_3mol_MD.data

# Mass and atom types
mass 1 32.065             # S
mass 2 15.9994            # O
mass 3 12.0107            # C
mass 4 18.9984032         # F
mass 5 6.941              # Li
mass 6 1.00794            # H
mass 7 65.409             # Zn
mass 8 1.00794       # H
mass 9 15.9994       # O

# Define other masses and atom types as needed
set type 1 charge 0
set type 2 charge 0
set type 3 charge 0
set type 4 charge 0
set type 5 charge 0
set type 6 charge 0
set type 7 charge 0
set type 8 charge 0.4238
set type 9 charge -0.8476

# Force field settings
pair_style reaxff NULL

# Force field parameters for molecule
pair_coeff * * reaxff_JPCL S O C F Li H NULL NULL NULL
pair_coeff * * ffield.reax.ZnOH NULL NULL NULL NULL NULL NULL Zn H O
fix 1 all qeq/reaxff 1 0.0 10.0 1.0e-6 reaxff
#pair_coeff 7 7 lj/cut/coul/long 0.222 2.68

# Settings for simulation
neighbor        2 bin
neigh_modify    every 1 delay 0 check yes

# Minimization settings
thermo_style custom step temp pe ke etotal press lx ly lz pxx pyy pzz
thermo 100
dump 1 all custom 200 oxy.xyz id type x y z vx vy vz

min_style cg
minimize 1e-6 1e-8 1000 100000

# Equilibration
timestep 1.0
unfix 1
fix 2 all npt temp 298.15 298.15 100 aniso 1.0 1.0 1000
run 5000    # 100 ps equilibration

# Production MD
#timestep 1.0
#unfix 2
#fix 3 all nvt temp 298.15 298.15 100
#run 5000    # 1 ns MD run
------------------------------------------

data文件在网盘:
链接: https://pan.baidu.com/s/1sVyUcJBCeSousqCaJtOBLQ 提取码: pdjh

报错信息:
LAMMPS (20 Sep 2021)
OMP_NUM_THREADS environment is not set. Defaulting to 1 thread. (../comm.cpp:98)
  using 1 OpenMP thread(s) per MPI task
# LAMMPS input script for MD simulation

# Initialization
units real
dimension 3
boundary p p p
atom_style charge

# Atom definition
read_data LiFBS_3mol_MD.data
Reading data file ...
  orthogonal box = (0.0000000 0.0000000 0.0000000) to (18.000000 18.000000 18.000000)
  4 by 4 by 4 MPI processor grid
  reading atoms ...
  653 atoms
  read_data CPU = 0.047 seconds

# Mass and atom types
mass 1 32.065             # S
mass 2 15.9994            # O
mass 3 12.0107            # C
mass 4 18.9984032         # F
mass 5 6.941              # Li
mass 6 1.00794            # H
mass 7 65.409             # Zn
mass 8 1.00794       # H
mass 9 15.9994       # O


# Define other masses and atom types as needed
set type 1 charge 0
Setting atom values ...
  21 settings made for charge
set type 2 charge 0
Setting atom values ...
  63 settings made for charge
set type 3 charge 0
Setting atom values ...
  42 settings made for charge
set type 4 charge 0
Setting atom values ...
  63 settings made for charge
set type 5 charge 0
Setting atom values ...
  7 settings made for charge
set type 6 charge 0
Setting atom values ...
  42 settings made for charge
set type 7 charge 0
Setting atom values ...
  7 settings made for charge
set type 8 charge 0.4238
Setting atom values ...
  272 settings made for charge
set type 9 charge -0.8476
Setting atom values ...
  136 settings made for charge

# Force field settings
pair_style reaxff NULL

# Force field parameters for molecule
pair_coeff * * reaxff_JPCL S O C F Li H NULL NULL NULL
WARNING: Van der Waals parameters for element MO indicate shielding without inner wall, but earlier elements indicate a different van der Waals method. This may cause division-by-zero errors. Keeping van der Waals setting for earlier atoms. (../reaxff_ffield.cpp:279)
WARNING: Van der Waals parameters for element NI indicate shielding without inner wall, but earlier elements indicate a different van der Waals method. This may cause division-by-zero errors. Keeping van der Waals setting for earlier atoms. (../reaxff_ffield.cpp:279)
WARNING: Van der Waals parameters for element B indicate shielding without inner wall, but earlier elements indicate a different van der Waals method. This may cause division-by-zero errors. Keeping van der Waals setting for earlier atoms. (../reaxff_ffield.cpp:279)
WARNING: Van der Waals parameters for element F indicate shielding without inner wall, but earlier elements indicate a different van der Waals method. This may cause division-by-zero errors. Keeping van der Waals setting for earlier atoms. (../reaxff_ffield.cpp:279)
WARNING: Van der Waals parameters for element P indicate shielding without inner wall, but earlier elements indicate a different van der Waals method. This may cause division-by-zero errors. Keeping van der Waals setting for earlier atoms. (../reaxff_ffield.cpp:279)
WARNING: Changed valency_val to valency_boc for F (../reaxff_ffield.cpp:296)
pair_coeff * * ffield.reax.ZnOH NULL NULL NULL NULL NULL NULL Zn H O
Reading potential file ffield.reax.ZnOH with DATE: 2011-02-18
WARNING: Changed valency_val to valency_boc for X (../reaxff_ffield.cpp:296)
fix 1 all qeq/reaxff 1 0.0 10.0 1.0e-6 reaxff
#pair_coeff 7 7 lj/cut/coul/long 0.222 2.68

# Settings for simulation
neighbor        2 bin
neigh_modify    every 1 delay 0 check yes

# Minimization settings
thermo_style custom step temp pe ke etotal press lx ly lz pxx pyy pzz
thermo 100
dump 1 all custom 200 oxy.xyz id type x y z vx vy vz

min_style cg
minimize 1e-6 1e-8 1000 100000

CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE

Your simulation uses code contributions which should be cited:

- pair reaxff command:

@Article{Aktulga12,
author = {H. M. Aktulga, J. C. Fogarty, S. A. Pandit, A. Y. Grama},
title = {Parallel reactive molecular dynamics: Numerical methods and algorithmic techniques},
journal = {Parallel Computing},
year =    2012,
volume =  38,
pages =   {245--259}
}

- fix qeq/reaxff command:

@Article{Aktulga12,
author = {H. M. Aktulga, J. C. Fogarty, S. A. Pandit, A. Y. Grama},
title = {Parallel reactive molecular dynamics: Numerical methods and algorithmic techniques},
journal = {Parallel Computing},
year =    2012,
volume =  38,
pages =   {245--259}
}

CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE

ERROR: All pair coeffs are not set (../pair.cpp:254)
Last command: minimize 1e-6 1e-8 1000 100000
回复此楼

» 猜你喜欢

已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

callen123

金虫 (小有名气)

2楼2024-01-12 14:24:14
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

luyaobao

木虫 (著名写手)

reaxff不支持这么用,你得找一个包含所有元素的力场。

发自小木虫Android客户端
3楼2024-02-18 01:46:51
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
相关版块跳转 我要订阅楼主 callen123 的主题更新
不应助 确定回帖应助 (注意:应助才可能被奖励,但不允许灌水,必须填写15个字符以上)
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[考研] 283求调剂 +7 鹿沫笙 2026-03-02 7/350 2026-03-03 10:01 by 乐学xi
[考研] 课题组接收材料类调剂研究生 +6 gaoxiaoniuma 2026-02-28 9/450 2026-03-03 09:27 by gaoxiaoniuma
[考研] 一志愿华中科技大学,化学专业344分,求调剂 +4 邢xing1 2026-03-02 4/200 2026-03-03 09:27 by 2235787770
[考研] 307求调剂 +6 wyyyqx 2026-03-01 6/300 2026-03-03 09:24 by 2235787770
[考研] 化工335求调剂 +5 摸摸猫猫头 2026-03-02 5/250 2026-03-03 09:10 by houyaoxu
[考研] 268求调剂 +9 简单点0 2026-03-02 13/650 2026-03-03 07:55 by njzyff
[考研] 0854复试调剂 276 +5 wmm9 2026-03-01 7/350 2026-03-03 02:49 by xiadaiyang
[考研] 085602化学工程350,调剂,有没有211的 +5 利好利好. 2026-03-02 8/400 2026-03-03 00:30 by deng.z.1314
[考研] 299求调剂 +4 kkcoco25 2026-03-02 7/350 2026-03-02 23:11 by kkcoco25
[考研] 282求调剂 +4 2103240126 2026-03-02 7/350 2026-03-02 23:02 by 2103240126
[考研] 302材料工程求调剂 +5 Doleres 2026-03-01 6/300 2026-03-02 19:53 by 张晓芳0105
[考研] 306分材料调剂 +5 chuanzhu川烛 2026-03-01 6/300 2026-03-02 19:51 by 张晓芳0105
[考研] 268求调剂 +3 好运连绵不绝 2026-03-02 3/150 2026-03-02 19:05 by zhukairuo
[考研] 一志愿东北大学材料专硕328,求调剂 +3 shs1083 2026-03-02 3/150 2026-03-02 17:27 by houyaoxu
[考研] 0856化工专硕求调剂 +15 董boxing 2026-03-01 15/750 2026-03-02 15:06 by 晃晃不许晃
[基金申请] 面上模板改不了页边距吧? +6 ieewxg 2026-02-25 7/350 2026-03-02 12:44 by stidwellNK
[考研] 304求调剂 +6 曼殊2266 2026-02-28 7/350 2026-03-01 15:14 by wjLi2017
[考研] 295复试调剂 +3 简木ChuFront 2026-03-01 3/150 2026-03-01 14:27 by zzxw520th
[考研] 311求调剂 +9 南迦720 2026-02-28 10/500 2026-03-01 10:55 by sunny81
[考研] 304求调剂 +3 52hz~~ 2026-02-28 5/250 2026-03-01 00:00 by 52hz~~
信息提示
请填处理意见