24小时热门版块排行榜    

查看: 1828  |  回复: 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个字符以上)
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[文学芳草园] 梦想 +5 myrtle 2026-08-26 8/400 2026-09-02 02:42 by Leogzhya
[基金申请] 投票:  有多少人是今天查系统知道结果的? +17 爱看书的可乐 2026-08-26 19/950 2026-09-02 00:19 by xiangy672
[基金申请] 面上合作单位盖章 +6 ssyjh 2026-08-27 9/450 2026-09-01 20:01 by huagongfeihu
[基金申请] 为什么国自然不能直接公布 +5 bjdxyxy 2026-08-26 5/250 2026-09-01 17:54 by 小伟大博士
[基金申请] 学科评审组评审是指会评吗? +4 瞬息宇宙 2026-08-31 4/200 2026-09-01 14:58 by jiaoxg
[论文投稿] 小白求助 投论文要求的highlights应该如何写 5+3 l1963982152 2026-08-29 4/200 2026-09-01 09:04 by 北京莱茵编辑
[基金申请] 国社科又开始会评了,不知道这次命运如何 +7 雨打竹帘 2026-08-30 11/550 2026-08-31 23:16 by hittle2008
[基金申请] 基金未中,这种答复是模板吗? +6 zhaosm1982 2026-08-27 7/350 2026-08-31 21:18 by qdxxmc
[基金申请] 面上意见出来了 +12 黄鸟于飞Chao 2026-08-29 23/1150 2026-08-31 18:57 by 黄鸟于飞Chao
[基金申请] 基金不中,共勉 +12 eulota 2026-08-26 12/600 2026-08-31 08:42 by ZJTJZ
[考博] 找导师 +6 yuanjiabao 2026-08-29 7/350 2026-08-30 14:40 by 生科新手
[基金申请] 国自然评审意见 +13 wangmingqi 2026-08-28 19/950 2026-08-29 10:22 by Poppy1104
[基金申请] 2026年叶企孙基金 +4 bud_bud 2026-08-27 7/350 2026-08-29 07:23 by foolishmani
[基金申请] 基金系统什么内容也没有 30+4 winsaint 2026-08-27 9/450 2026-08-28 11:06 by maolC
[基金申请] 看板上这么多中的,有点像50人群里49个人都是骗子的那种感觉…… +5 a089 2026-08-26 6/300 2026-08-27 14:05 by jonewore
[基金申请] 出来了 +9 trojank 2026-08-26 9/450 2026-08-26 14:25 by 宝贝虫子
[基金申请] 国合里面能看到了 +7 一怀馨秋 2026-08-26 7/350 2026-08-26 11:23 by zhaosm1982
[基金申请] 国际合作可查了,中了面上 (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
[基金申请] 项目信息和经费信息在系统里都可以看到了 +6 wittyboy 2026-08-26 14/700 2026-08-26 10:55 by wittyboy
信息提示
请填处理意见