24小时热门版块排行榜    

查看: 3061  |  回复: 15
当前只显示满足指定条件的回帖,点击这里查看本话题的所有回帖

nufang19a

金虫 (正式写手)


[交流] 【讨论】大家好,加水后跑完分子动力学,在log中发现了问题 已有4人参与

加水后跑完分子动力学,在log中发现了一些问题,有很多warning和一些error,希望大家能帮我看看是不是我参数设计的问题还是我加的水时不合适造成的体系问题,谢谢各位了,期待大家的回复:

这是conf文件:
#############################################################
## JOB DESCRIPTION                                         ##
#############################################################
# Minimization and Equilibration of
# 1kimz in a Water Box

#############################################################
## ADJUSTABLE PARAMETERS                                   ##
#############################################################
structure          ../common/1kimz_wb.psf
coordinates        ../common/1kimz_wb.pdb
set temperature    310
set outputname     1kimz_wb_eq
firsttimestep      0

#############################################################
## SIMULATION PARAMETERS                                   ##
#############################################################
# Input
paraTypeCharmm     on
parameters          ../common/par_all27_prot_lipid.inp
temperature         $temperature

# Force-Field Parameters
exclude             scaled1-4
1-4scaling          1.0
cutoff              10.
switching           on
switchdist          8.
pairlistdist        12

# Integrator Parameters
timestep            2.0  ;# 1fs/step
rigidBonds          all  ;# needed for 2fs steps
nonbondedFreq       1
fullElectFrequency  2  
stepspercycle       10

# Constant Temperature Control
langevin            on    ;# do langevin dynamics
langevinDamping     5     ;# damping coefficient (gamma) of 5/ps
langevinTemp        $temperature
langevinHydrogen    off    ;# don't couple langevin bath to hydrogens

# Periodic Boundary Conditions
cellBasisVector1    80.    0.   0.
cellBasisVector2     0.   70.   0.
cellBasisVector3     0.    0   75.
cellOrigin          29.   85.  42.
wrapAll             on

# PME (for full-system periodic electrostatics)
PME                 yes
PMEGridSizeX        82
PMEGridSizeY        71
PMEGridSizeZ        78

# Constant Pressure Control (variable volume)
useGroupPressure      yes ;# needed for rigidBonds
useFlexibleCell       no
useConstantArea       no
langevinPiston        on
langevinPistonTarget  1.01325 ;#  in bar -> 1 atm
langevinPistonPeriod  100.
langevinPistonDecay   50.
langevinPistonTemp    $temperature

# Output
outputName          $outputname
restartfreq         500     ;# 500steps = every 1ps
dcdfreq             250
xstFreq             250
outputEnergies      100
outputPressure      100

#############################################################
## EXTRA PARAMETERS                                        ##
#############################################################

#############################################################
## EXECUTION SCRIPT                                        ##
#############################################################
# Minimization
minimize            1000
reinitvels          $temperature
run 5000 ;# 100ps
回复此楼
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

nufang19a

金虫 (正式写手)


加水的参数:
set all [atomselect top all]
measure minmax $all
package require solvate
solvate 1kimz.psf 1kimz.pdb {{} {}} -o 1kimz_wb
exit
7楼2010-12-12 19:32:50
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
查看全部 16 个回答

nufang19a

金虫 (正式写手)


弄到凌晨了,问题也没解决。按照坛子里出现类似问题的帖子进行尝试,发现:
(1)把步长变小,行不通,还是出现同样的问题:
warning:Bad global exclusion count, possible error
warning:  Increasing cutoff during minimization may avoid this.
ERROR:  Constraint failure in RATTLE algorithm for atom 787!....
            Constraint failure :simulation has become unstable

(2)按照出现的错误:
warning:Bad global exclusion count, possible error
warning:  Increasing cutoff during minimization may avoid this.
我把cutoff的值变大,NAMD的光标不删了,log也不更新,也就是NAMD直接罢工了(选了两个值试都不行)
我把cutoff的值变小,也不行同样出现:
warning:Bad global exclusion count, possible error
warning:  Increasing cutoff during minimization may avoid this.
(3)其他的原因:psf文件有问题??我是菜鸟也看不出来,在产生psf文件的log里没发现有任何问题。
(4)原子重叠,哎,我都不知道怎样查看,笨。
我把我的psf与pdb放到网盘里了(咱们坛子传不上来):http://u.115.com/?ac=my#ct=frame ... id=1&cid=998954
用户名:tonme 密码:002725
(5)期待大家的指点,谢谢了。
2楼2010-12-12 17:43:56
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

nufang19a

金虫 (正式写手)


最新进展:
缩小步长不行,还是出现同样的问题。
现在我把cutoff改为2或1,发现每当算到第528步的时候就算不下去了,log文件不更新了。在linux系统终端的那个光标还在闪,不知道这是为什么???
另外:
conf文件里的cellBasisVector1/2/3,我一直是按照这个公式进行的:
cellBasisVector1 = |min(x)-max(x)|,0,0
cellBasisVector2 = 0,|min(y)-max(y)|,0
cellBasisVector3 = 0,0,|min(z)-max(z)|

cellOrigin是写的是center的值,

PME我是按照baoding说的那样,cellBasisVector/PMEGridSize<=1,且是2 or 3 or 5 的倍数

我也延长了minimize的时间,可没用,只算到第528步的时候log文件就停了,知识终端的光标还在闪。
大家帮我分析一下,这是什么问题啊??还有哪里我需要修改的??先谢谢各位了。
psf pdb 以及conf log文件均在:网盘里了(咱们坛子传不上来):
http://u.115.com/?ac=my#ct=frame ... id=1&cid=998954
用户名:tonme 密码:002725
3楼2010-12-12 17:44:09
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

nufang19a

金虫 (正式写手)


★ ★
zh1987hs(金币+2):thank you 2010-12-12 18:44:56
现在知道为什么总是算到第528步就算不下去的原因了,是因为cellOrigin是我写的是center的值,当我帮它改成0,0,0时就可以完全算完了。下一步我想改cutoff试试,能否消去
warning:Bad global exclusion count, possible error
warning:  Increasing cutoff during minimization may avoid this.
ERROR:  Constraint failure in RATTLE algorithm for atom 787!....
            Constraint failure :simulation has become unstable

这个问题
4楼2010-12-12 17:59:28
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
普通表情 高级回复 (可上传附件)
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[基金申请] 面上合作单位盖章 +6 ssyjh 2026-08-27 9/450 2026-09-01 20:01 by huagongfeihu
[基金申请] 面上函评意见出来了,像什么等级? 20+4 Tsingking1 2026-08-27 17/850 2026-09-01 19:51 by 超级无敌华子
[基金申请] 学科评审组评审是指会评吗? +4 瞬息宇宙 2026-08-31 4/200 2026-09-01 14:58 by jiaoxg
[基金申请] 为什么资助数各大高校都创新高,自己申请怎么就这么难 +13 Kittylucky 2026-08-27 14/700 2026-09-01 11:06 by feng6531
[论文投稿] 小白求助 投论文要求的highlights应该如何写 5+3 l1963982152 2026-08-29 4/200 2026-09-01 09:04 by 北京莱茵编辑
[基金申请] 投票:  有多少人是今天查系统知道结果的? +17 爱看书的可乐 2026-08-26 19/950 2026-08-31 21:30 by xiangy672
[基金申请] 基金未中,这种答复是模板吗? +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
[基金申请] 中青基了要发朋友圈吗? +7 349506619 2026-08-28 7/350 2026-08-31 13:39 by 冼亮淀粉酶
[基金申请] 有没有仍没收到信息的 +7 德尚中行 2026-08-27 8/400 2026-08-30 20:52 by purplejack
[基金申请] 我就是申请一个面上项目而已,这评审意见是按照杰青的条件评的吧? +6 gouxfjh 2026-08-28 11/550 2026-08-30 07:57 by gouxfjh
[基金申请] 国自然评审意见 +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
[基金申请] 系统查不到 +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
[基金申请] 为什么 国际(地区)合作与交流项目 没有放榜? 10+3 majunge000 2026-08-26 11/550 2026-08-27 08:42 by 北京莱茵编辑
[基金申请] 我不理解! +15 Edward_pc 2026-08-26 23/1150 2026-08-26 20:34 by zzuzxg
[基金申请] 出来了 +9 trojank 2026-08-26 9/450 2026-08-26 14:25 by 宝贝虫子
[基金申请] 国际合作可查了,中了面上 (EPI+1)(金币+50) +18 Ldrop2023 2026-08-26 18/900 2026-08-26 11:15 by cmrandy
[基金申请] 国合可查了 +3 paperzjh 2026-08-26 3/150 2026-08-26 10:41 by LemmonTr
信息提示
请填处理意见