24小时热门版块排行榜    

查看: 3057  |  回复: 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

金虫 (正式写手)


★ ★
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的回帖
查看全部 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的回帖

wally8962

木虫 (著名写手)


小木虫(金币+0.5):给个红包,谢谢回帖交流
ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:       0   1516885.0341    277854.0605      2061.2502       746.9674         626012.3108 9999999999.9999         0.0000         0.0000         0.0000      9999999999.9999         0.0000 9999999999.9999 9999999999.9999         0.0000      178298079.1856 125069872.6716    420000.0000 178298079.1856 125069872.6716

vdw一开始是无穷大,最后还是无穷大。
原始构型太糟糕了,好好看看
加水用的什么参数?
5楼2010-12-12 18:13:40
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
普通表情 高级回复 (可上传附件)
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[基金申请] 哪位高人中了,把查询到的截图贴出来让我看看,让我长长见识 +6 yuleib84 2026-08-26 7/350 2026-08-31 19:46 by 鱼翔浅底1
[文学芳草园] 梦想 +5 myrtle 2026-08-26 5/250 2026-08-31 14:40 by hahaboy
[基金申请] 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 生科新手
[基金申请] 麻烦专家们看看评委们的意见(F口面上) +6 gdd2018 2026-08-28 11/550 2026-08-30 08:58 by 超级无敌华子
[基金申请] 为什么资助数各大高校都创新高,自己申请怎么就这么难 +12 Kittylucky 2026-08-27 13/650 2026-08-29 00:04 by superceng
[基金申请] 系统查不到 +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
[基金申请] 面上合作单位盖章 +5 ssyjh 2026-08-27 5/250 2026-08-27 20:50 by gdfollow
[基金申请] 基金未中,这种答复是模板吗? +5 zhaosm1982 2026-08-27 6/300 2026-08-27 16:00 by lfy8008
[基金申请] 怎么看青基中了没有啊 +5 叶九微 2026-08-26 5/250 2026-08-27 10:35 by l_zh2008
[基金申请] 我不理解! +15 Edward_pc 2026-08-26 23/1150 2026-08-26 20:34 by zzuzxg
[基金申请] 2026年8月25日国自然放榜前突然收到列入评审专家邮件,有关系吗? +25 木水思豆 2026-08-25 28/1400 2026-08-26 14:53 by draco1987
[基金申请] 国合里面能看到了 +7 一怀馨秋 2026-08-26 7/350 2026-08-26 11:23 by zhaosm1982
[基金申请] 系统进不去 +4 yanglien 2026-08-26 5/250 2026-08-26 11:10 by wenfengw83
[基金申请] 国合可查了 +3 paperzjh 2026-08-26 3/150 2026-08-26 10:41 by LemmonTr
[基金申请] 在坚冰还盖着北海的时候,我看到了怒放的梅花。 (金币+10) +6 ziyangfang 2026-08-25 9/450 2026-08-25 20:26 by huagongfeihu
信息提示
请填处理意见