24小时热门版块排行榜    

查看: 1827  |  回复: 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的回帖

luyaobao

木虫 (著名写手)

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

发自小木虫Android客户端
3楼2024-02-18 01:46:51
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
查看全部 3 个回答
不应助 确定回帖应助 (注意:应助才可能被奖励,但不允许灌水,必须填写15个字符以上)
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[基金申请] 投票:  有多少人是今天查系统知道结果的? +17 爱看书的可乐 2026-08-26 19/950 2026-09-02 00:19 by xiangy672
[基金申请] 面上函评意见出来了,像什么等级? 20+4 Tsingking1 2026-08-27 17/850 2026-09-01 19:51 by 超级无敌华子
[论文投稿] 小白求助 投论文要求的highlights应该如何写 5+3 l1963982152 2026-08-29 4/200 2026-09-01 09:04 by 北京莱茵编辑
[基金申请] 麻烦专家们看看评委们的意见(F口面上) +7 gdd2018 2026-08-28 12/600 2026-09-01 08:32 by 尼古拉斯小虫
[基金申请] 基金未中,这种答复是模板吗? +6 zhaosm1982 2026-08-27 7/350 2026-08-31 21:18 by qdxxmc
[基金申请] 哪位高人中了,把查询到的截图贴出来让我看看,让我长长见识 +6 yuleib84 2026-08-26 7/350 2026-08-31 19:46 by 鱼翔浅底1
[基金申请] 面上意见出来了 +12 黄鸟于飞Chao 2026-08-29 23/1150 2026-08-31 18:57 by 黄鸟于飞Chao
[基金申请] 能否申诉? +7 echo8914667 2026-08-30 8/400 2026-08-31 17:00 by yihongxu
[基金申请] 29号明天会评吗 +4 笨笨唐 2026-08-28 4/200 2026-08-31 09:30 by huixian257
[基金申请] 基金不中,共勉 +12 eulota 2026-08-26 12/600 2026-08-31 08:42 by ZJTJZ
[基金申请] 为什么到现在没收到通知? +5 tannykie 2026-08-29 5/250 2026-08-30 21:05 by purplejack
[基金申请] 有没有仍没收到信息的 +7 德尚中行 2026-08-27 8/400 2026-08-30 20:52 by purplejack
[考博] 找导师 +6 yuanjiabao 2026-08-29 7/350 2026-08-30 14:40 by 生科新手
[基金申请] 系统查不到 +11 董八千 2026-08-26 11/550 2026-08-28 18:06 by Leogzhya
[基金申请] 基金系统什么内容也没有 30+4 winsaint 2026-08-27 9/450 2026-08-28 11:06 by maolC
[基金申请] 怎么查啊 +6 huang1991js 2026-08-26 6/300 2026-08-28 08:42 by winsaint
[基金申请] 看板上这么多中的,有点像50人群里49个人都是骗子的那种感觉…… +5 a089 2026-08-26 6/300 2026-08-27 14:05 by jonewore
[基金申请] 我不理解! +15 Edward_pc 2026-08-26 23/1150 2026-08-26 20:34 by zzuzxg
[基金申请] 国际合作可查了,中了面上 (EPI+1)(金币+50) +18 Ldrop2023 2026-08-26 18/900 2026-08-26 11:15 by cmrandy
[基金申请] 系统进不去 +4 yanglien 2026-08-26 5/250 2026-08-26 11:10 by wenfengw83
信息提示
请填处理意见