24小时热门版块排行榜    

查看: 4345  |  回复: 7

liuchenhan

新虫 (小有名气)

[求助] DNA模拟 已有1人参与

本人最近做DNA的模拟,遇到如下问题,刚开始做,很多东西还不懂,希望大神指点一下。脚本文件与数据文件上传了。

LAMMPS (14 May 2013)
Scanning data file ...
  3 = max bonds/atom
  6 = max angles/atom
  14 = max dihedrals/atom
  1 = max impropers/atom
Reading data file ...
  orthogonal box = (-10.907 -10.699 -2.821) to (9.961 16.557 134.259)
  1 by 1 by 1 MPI processor grid
  2640 atoms
  2839 bonds
  5116 angles
  8346 dihedrals
  200 impropers
Finding 1-2 1-3 1-4 neighbors ...
  4 = max # of 1-2 neighbors
  7 = max # of 1-3 neighbors
  18 = max # of 1-4 neighbors
  20 = max # of special neighbors
Finding SHAKE clusters ...
  560 = # of size 2 clusters
  120 = # of size 3 clusters
  40 = # of size 4 clusters
  0 = # of frozen angles
PPPM initialization ...
WARNING: System is not charge neutral, net charge = -80 (../pppm.cpp:267)
  G vector (1/distance)= 0.250095
  grid = 12 15 45
  stencil order = 5
  estimated absolute RMS force accuracy = 0.0239292
  estimated relative force accuracy = 7.20622e-05
  using double precision FFTs
  3d grid and FFT values/proc = 20900 8100
Setting up run ...
WARNING: Inconsistent image flags (../domain.cpp:594)
WARNING: Bond/angle/dihedral extent > half of periodic box length (../domain.cpp:667)
Memory usage per processor = 15.2446 Mbytes
---------------- Step        0 ----- CPU =      0.0000 (sec) ----------------
TotEng   = 3810376070790533.0000 KinEng   =         0.0000 Temp     =         0.0000
PotEng   = 3810376070790533.0000 E_bond   =     46241.5899 E_angle  =      8875.0528
E_dihed  =      2838.1521 E_impro  =         0.0019 E_vdwl   = 3810376070730726.0000
E_coul   =     29596.0619 E_long   =    -27743.5161 Press    = 13404015013180646.0000
ERROR on proc 0: Out of range atoms - cannot compute PPPM (../pppm.cpp:1888)
--------------------------------------------------------------------------
MPI_ABORT was invoked on rank 0 in communicator MPI_COMM_WORLD
with errorcode 1.

NOTE: invoking MPI_ABORT causes Open MPI to kill all MPI processes.
You may or may not see output from other processes, depending on
exactly when Open MPI kills them.
回复此楼

» 本帖附件资源列表

  • 欢迎监督和反馈:小木虫仅提供交流平台,不对该内容负责。
    本内容由用户自主发布,如果其内容涉及到知识产权问题,其责任在于用户本人,如对版权有异议,请联系邮箱:xiaomuchong@tal.com
  • 附件 1 : 1ac7.data
  • 2014-03-19 10:47:03, 1.21 M

» 猜你喜欢

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

liuchenhan

新虫 (小有名气)

脚本文件如下:

# Created by charmm2lammps v1.8.1 on Wed Mar 19 10:44:19 CST 2014

units           real
neigh_modify    delay 2 every 1

atom_style      full
bond_style      harmonic
angle_style     charmm
dihedral_style  charmm
improper_style  harmonic

pair_style      lj/charmm/coul/long 8 10
pair_modify     mix arithmetic
kspace_style    pppm 1e-4

read_data       1ac7.data

special_bonds   charmm
fix             1 all nve
fix             2 all shake 1e-6 500 0 m 1.0
velocity        all create 0.0 12345678 dist uniform

thermo          1
thermo_style    multi
timestep        0.5

restart         10 1ac7.restart1 1ac7.restart2
dump            1 all atom 10 1ac7.dump
dump_modify     1 image yes scale yes

run             20
2楼2014-03-19 10:48:13
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

liuchenhan

新虫 (小有名气)

用下面的脚本试了好像可以,但还是有warning;大神帮忙解释一下吧,头痛啊。
WARNING: Inconsistent image flags (../domain.cpp:594)
WARNING: Bond/angle/dihedral extent > half of periodic box length (../domain.cpp:667)

脚本:
# Created by charmm2lammps v1.8.1 on Wed Mar 19 10:44:19 CST 2014

units           real
neighbor        5.0 nsq
neigh_modify    delay 2 every 1

atom_style      full
bond_style      harmonic
angle_style     charmm
dihedral_style  charmm
improper_style  harmonic

pair_style      lj/charmm/coul/long 8 10
pair_modify     mix arithmetic
kspace_style    pppm 1e-4

read_data       1ac7.data

special_bonds   charmm

min_style         cg
minimize          0.0  1.0e-7  10000 100000

fix             1 all nve
fix             2 all shake 1e-6 500 0 m 1.0
velocity        all create 0.0 12345678 dist uniform

thermo          1
thermo_style    multi
timestep        0.5

restart         10 1ac7.restart1 1ac7.restart2
dump            1 all atom 10 1ac7.dump
dump_modify     1 image yes scale yes

run             20
3楼2014-03-19 10:57:09
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

liuasia

铜虫 (小有名气)

请问你遇到过,invalid angle style和cannot open file data**的问题吗?能帮忙解决一下吗?
互相帮组
4楼2014-04-04 14:51:11
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

jiaoyixiong

荣誉版主 (职业作家)

【答案】应助回帖

★ ★
月只蓝: 金币+2, 鼓励交流! 2014-04-07 10:24:20
引用回帖:
3楼: Originally posted by liuchenhan at 2014-03-19 10:57:09
用下面的脚本试了好像可以,但还是有warning;大神帮忙解释一下吧,头痛啊。
WARNING: Inconsistent image flags (../domain.cpp:594)
WARNING: Bond/angle/dihedral extent > half of periodic box length (.. ...

楼主的头像好漂亮!

我一直觉得用lammps模拟生物分子是给自己找麻烦,
不知道楼主有没有听说过 NAMD 软件。这个模拟DNA可方便多了,而且你去他们官网上就能找到教程手把手教你
5楼2014-04-04 15:59:32
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

liuchenhan

新虫 (小有名气)

内容已删除
6楼2014-04-06 10:46:38
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

龙也乐逍遥

金虫 (初入文坛)

还是没看懂楼主怎么解决的啊
7楼2016-11-30 21:12:26
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

wl2009071613

新虫 (小有名气)

引用回帖:
3楼: Originally posted by liuchenhan at 2014-03-19 10:57:09
用下面的脚本试了好像可以,但还是有warning;大神帮忙解释一下吧,头痛啊。
WARNING: Inconsistent image flags (../domain.cpp:594)
WARNING: Bond/angle/dihedral extent > half of periodic box length ...

你好,我最近也是在做lammps的DNA模拟,之前用lammps自带例子运行,出现如下错误提示:
===================================================================================
=   BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
=   EXIT CODE: 139
=   CLEANING UP REMAINING PROCESSES
=   YOU CAN IGNORE THE BELOW CLEANUP MESSAGES
===================================================================================
YOUR APPLICATION TERMINATED WITH THE EXIT STRING: Segmentation fault (signal 11)
This typically refers to a problem with your application.
Please see the FAQ page for debugging suggestions
后来采用你修改的in文件和data文件,多了两个warning:
WARNING: Inconsistent image flags (../domain.cpp:678)
WARNING: Bond/angle/dihedral extent > half of periodic box length (../domain.cpp:799)

===================================================================================
=   BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
=   EXIT CODE: 139
=   CLEANING UP REMAINING PROCESSES
=   YOU CAN IGNORE THE BELOW CLEANUP MESSAGES
===================================================================================
YOUR APPLICATION TERMINATED WITH THE EXIT STRING: Segmentation fault (signal 11)
This typically refers to a problem with your application.
Please see the FAQ page for debugging suggestions
求指教
8楼2018-04-09 16:43:28
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
相关版块跳转 我要订阅楼主 liuchenhan 的主题更新
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[考博] 招收博士1-2人 +3 QGZDSYS 2026-03-18 4/200 2026-03-22 10:25 by QGZDSYS
[考研] 286分人工智能专业请求调剂愿意跨考! +4 lemonzzn 2026-03-17 8/400 2026-03-21 22:49 by lemonzzn
[考研] 材料求调剂 +5 @taotao 2026-03-21 5/250 2026-03-21 20:55 by lbsjt
[考研] 材料学硕333求调剂 +3 北道巷 2026-03-18 3/150 2026-03-21 18:17 by 学员8dgXkO
[考研] 求调剂 +3 .m.. 2026-03-21 4/200 2026-03-21 16:25 by barlinike
[考研] 301求调剂 +10 yy要上岸呀 2026-03-17 10/500 2026-03-21 03:14 by JourneyLucky
[考研] 303求调剂 +5 睿08 2026-03-17 7/350 2026-03-21 03:11 by JourneyLucky
[考研] 化学求调剂 +4 临泽境llllll 2026-03-17 5/250 2026-03-21 02:23 by JourneyLucky
[考研] 307求调剂 +10 冷笙123 2026-03-17 10/500 2026-03-21 01:54 by JourneyLucky
[考研] 274求调剂 +10 S.H1 2026-03-18 10/500 2026-03-20 23:51 by JourneyLucky
[考研] 南京大学化学376求调剂 +3 hisfailed 2026-03-19 6/300 2026-03-20 23:43 by hisfailed
[考研] 材料学硕297已过四六级求调剂推荐 +11 adaie 2026-03-19 11/550 2026-03-20 21:30 by laoshidan
[考研] 289求调剂 +6 怀瑾握瑜l 2026-03-20 6/300 2026-03-20 20:30 by 学员8dgXkO
[考研] 材料学求调剂 +4 Stella_Yao 2026-03-20 4/200 2026-03-20 20:28 by ms629
[考研] 求调剂 +3 @taotao 2026-03-20 3/150 2026-03-20 19:35 by JourneyLucky
[考研] 261求B区调剂,科研经历丰富 +3 牛奶很忙 2026-03-20 4/200 2026-03-20 19:34 by JourneyLucky
[考研] 288求调剂,一志愿华南理工大学071005 +5 ioodiiij 2026-03-17 5/250 2026-03-19 18:22 by zcl123
[考研] 312求调剂 +8 陌宸希 2026-03-16 9/450 2026-03-18 12:39 by Linda Hu
[考研] 考研求调剂 +3 橘颂. 2026-03-17 4/200 2026-03-17 21:43 by 有只狸奴
[考研] 301求调剂 +4 A_JiXing 2026-03-16 4/200 2026-03-17 17:32 by ruiyingmiao
信息提示
请填处理意见