24小时热门版块排行榜    

查看: 4532  |  回复: 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 的主题更新
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[基金申请] 范进中举一文的中心思想 +8 炎黄贵胄 2026-08-22 9/450 2026-08-26 07:47 by WASM
[考研] 售SCI一区T0P文章,我:8.O.55.1.O.5.4,科目全,可+急 +3 7K1CJE38xLG4 2026-08-25 5/250 2026-08-26 07:17 by cNXvBfCpiZOM
[基金申请] 2026年8月25日国自然放榜前突然收到列入评审专家邮件,有关系吗? +22 木水思豆 2026-08-25 25/1250 2026-08-26 07:16 by jklily
[公派出国] 售SCI一区文章,我:8.O.551.O.5.4,科目全,可伽急 +3 PbwVEMK5haaE 2026-08-25 6/300 2026-08-26 06:57 by cNXvBfCpiZOM
[基金申请] 今天务委会开完了,明天出结果吗 +18 angus9576 2026-08-25 22/1100 2026-08-26 00:41 by merchancy
[基金申请] 在坚冰还盖着北海的时候,我看到了怒放的梅花。 (金币+10) +6 ziyangfang 2026-08-25 9/450 2026-08-25 20:26 by huagongfeihu
[基金申请] 有没有大神帮我看看基金代码 28+4 1234567wang 2026-08-24 10/500 2026-08-25 19:15 by lfy8008
[基金申请] 今日不放榜?网传国自然预计 8 月 27 日可查结果 +17 医学老男孩 2026-08-20 22/1100 2026-08-25 15:36 by 医学老男孩
[基金申请] 如果此刻你正在为国基感到焦虑,不妨来听听这首《基金之外》 +8 scalable 2026-08-24 8/400 2026-08-25 12:52 by jnhyjjm
[基金申请] 没有任何消息-是不是就凉了 +9 图啦图啦 2026-08-24 10/500 2026-08-25 11:59 by 南海小哥
[基金申请] 人气不行了 +11 fansofjerry 2026-08-21 11/550 2026-08-25 11:04 by 孤独的英雄6
[教师之家] 导师吐槽:我怎么摊上了这么个极品研究生! +3 苏东坡二世 2026-08-23 3/150 2026-08-25 10:35 by shisan1313
[基金申请] 今天基金会出结果吗?20260819 +17 kkkl_v 2026-08-19 18/900 2026-08-25 09:41 by windflowerwy
[基金申请] 我面上完蛋了 +13 且听虎啸 2026-08-20 14/700 2026-08-25 09:10 by mrkang
[教师之家] 跳槽后在研项目怎么办? +5 简单化xn 2026-08-22 10/500 2026-08-23 12:38 by 简单化xn
[基金申请] 今天放榜吗? +15 布布和一二 2026-08-19 16/800 2026-08-23 09:55 by 张春生
[基金申请] 看来今天不会放榜了? +8 chengyan1220 2026-08-21 11/550 2026-08-21 17:52 by dcqxinyang
[基金申请] 时间戳又变了 +13 wuchongjun 2026-08-20 19/950 2026-08-21 17:21 by 紫杉醇
[基金申请] 应该是下周三26日公布了吧? +4 哈哈蛤? 2026-08-21 4/200 2026-08-21 10:58 by Vivilian
[基金申请] 今天放榜没戏了吧 +9 yuleib84 2026-08-19 11/550 2026-08-21 10:06 by gltch
信息提示
请填处理意见