24小时热门版块排行榜    

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

yylcx

金虫 (正式写手)

[求助] NAMD跨膜环肽管求助,Periodic cell has become too small for original patch grid!

各位前辈,小妹新手一枚,学习过程中问题多多。。。最近遇到一个棘手的问题,还请大家多多帮忙。我研究的体系是跨膜环肽纳米管,由于要探索纳米管在脂质膜中的倾斜,所以在模拟的过程中对脂质膜和环肽管没有施加任何限制,然后进行超长时间的MD模拟。
           由于计算条件限制,我是以20纳秒为间隔,跑完一次再接着续跑20纳秒。但是实际操作后发现,首次二十纳秒进行顺利,在进行续跑,也就是21到40纳秒的模拟时总是出现错误,错误提示是Periodic cell has become too small for original patch grid!。
          我之前对照其他帖子给的方法进行修改,增加"margin   3",改大”langevinPistonPeriod        1000.     langevinPistonDecay        500“但是最后还是不行。我在这里先贴出前二十纳秒的CONF和续跑的CONF文件,希望各位前辈帮忙看看问题出在哪里,多谢。
回复此楼

» 猜你喜欢

» 本主题相关商家推荐: (我也要在这里推广)

» 本主题相关价值贴推荐,对您同样有帮助:

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

ruthxu

金虫 (正式写手)

引用回帖:
7楼: Originally posted by yylcx at 2013-11-12 10:34:16
不是的,我在苏大...

你好,我在用namd模拟npt下的磷脂膜,但是也遇到了Periodic cell has become too small for original patch grid的问题,看到你发过帖子,想问一下,你是怎么解决的?非常感谢!
Betterlatethannever!
8楼2014-08-05 10:54:18
已阅   关注TA 给TA发消息 送TA红花 TA的回帖
查看全部 8 个回答

yylcx

金虫 (正式写手)

structure                8pnt_mem_water.psf
coordinates                eq.pdb

paraTypeCharmm                on
parameters                par_all27_prot_lipid.inp
parameters                par_extraterms.inp

set temperature                310

temperature   $temperature
if {0} {
set inputname       eq_r
binCoordinates      $inputname.restrart.coor
binVelocities       $inputname.vel  ;# remove the "temperature" entry if you use this!
#extendedSystem     $inputname.xsc
}

firsttimestep      0
if {1} {
cellBasisVector1        58.    0.   0.
cellBasisVector2         0.   58.   0.
cellBasisVector3         0.    0.  94.
cellOrigin                 0.    0.   0.
}
wrapAll                        on

PME                        yes
PMEGridSizeX                64
PMEGridSizeY                64
PMEGridSizeZ                100


exclude                        scaled1-4
cutoff                        10.
switching                on
switchdist                8.
pairlistdist                12.

timestep                1.
nonbondedFreq                2
fullElectFrequency        4  
stepspercycle                20

langevin                on  
langevinDamping                5   
langevinTemp                $temperature


langevinPiston                on
langevinPistonTarget        1.
langevinPistonPeriod        1000.
langevinPistonDecay        500.
langevinPistonTemp        $temperature

useFlexibleCell                yes
useConstantRatio        yes  


if {0} {
constraints                on
consref                        constr.pdb
conskfile                constr.pdb
conskcol                B
constraintscaling        10.0
}


binaryoutput                no
outputName                eq_1
dcdfreq                        1000
xstFreq                        1000

restartname                eq_r_1
restartfreq                1000
binaryrestart    yes
outputEnergies                1000
outputtiming      1000



if {1} {
minimize                10000
reinitvels                $temperature
}

run                        10000000
2楼2013-11-09 16:34:50
已阅   关注TA 给TA发消息 送TA红花 TA的回帖

yylcx

金虫 (正式写手)

接下来是续跑的CONF

structure                8pnt_mem.psf
coordinates                eq.pdb

paraTypeCharmm                on
parameters                par_all27_prot_lipid.inp
parameters                par_extraterms.inp

set temperature                310

if {1} {
set inputname       eq_r_1
binCoordinates      $inputname.coor
binVelocities       $inputname.vel  ;# remove the "temperature" entry if you use this!
#extendedSystem     $inputname.xsc
}

firsttimestep       25723000

if {0} {
cellBasisVector1        58.    0.   0.
cellBasisVector2         0.   58.   0.
cellBasisVector3         0.    0.  94.
cellOrigin                 0.    0.   0.


PME                        yes
PMEGridSizeX                64
PMEGridSizeY                64
PMEGridSizeZ                100

}

wrapAll                        on
margin    5

exclude                        scaled1-4
cutoff                        10.
switching                on
switchdist                8.
pairlistdist                12.

timestep                    1.
nonbondedFreq                2
fullElectFrequency        4  
stepspercycle                20

langevin                on  
langevinDamping                5   
langevinTemp                $temperature


langevinPiston                on
langevinPistonTarget        1.
langevinPistonPeriod        1000.
langevinPistonDecay        500.
langevinPistonTemp        $temperature

useFlexibleCell                yes
useConstantRatio        yes  


if {0} {
constraints                on
consref                        constr.pdb
conskfile                constr.pdb
conskcol                B
constraintscaling        10.0
}

binaryrestart      yes
binaryoutput                no
outputName                eq_1_xu
dcdfreq                        1000
xstFreq                        1000

restartname                eq_r_1_xu
restartfreq                1000
outputEnergies          1000
outputtiming      1000



if {0} {
minimize                2000
reinitvels                $temperature
}

run                        4307000
3楼2013-11-09 16:35:49
已阅   关注TA 给TA发消息 送TA红花 TA的回帖

yylcx

金虫 (正式写手)

自己先顶一下,等待大神帮忙
4楼2013-11-09 18:24:02
已阅   关注TA 给TA发消息 送TA红花 TA的回帖
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[考研] 一志愿吉林大学材料学硕321求调剂 +9 Ymlll 2026-03-18 12/600 2026-03-20 00:01 by 23Postgrad
[考研] 一志愿南京理工大学085701资源与环境302分求调剂 +3 葵梓卫队 2026-03-18 5/250 2026-03-19 19:35 by 给你你注意休息
[考研] 324分 085600材料化工求调剂 +3 llllkkkhh 2026-03-18 3/150 2026-03-19 14:22 by houyaoxu
[考研] 085600材料与化工求调剂 +6 绪幸与子 2026-03-17 6/300 2026-03-19 13:27 by houyaoxu
[考研] 一志愿中海洋材料工程专硕330分求调剂 +7 小材化本科 2026-03-18 7/350 2026-03-19 10:46 by Linda Hu
[考研] 本科郑州大学物理学院,一志愿华科070200学硕,346求调剂 +4 我不是一根葱 2026-03-18 4/200 2026-03-19 09:11 by 浮云166
[考研] 材料专硕英一数二306 +5 z1z2z3879 2026-03-18 5/250 2026-03-19 07:43 by BruceLiu320
[考研] 材料工程专硕调剂 +5 204818@lcx 2026-03-17 6/300 2026-03-18 22:55 by 204818@lcx
[考研] 330求调剂 +3 小材化本科 2026-03-18 3/150 2026-03-18 21:55 by 无懈可击111
[考研] 一志愿武理材料305分求调剂 +5 想上岸的鲤鱼 2026-03-18 6/300 2026-03-18 17:53 by 无际的草原
[考研] 26调剂/材料/英一数二/总分289/已过A区线 +7 步川酷紫123 2026-03-13 7/350 2026-03-18 17:12 by 尽舜尧1
[考研] 085601专硕,总分342求调剂,地区不限 +5 share_joy 2026-03-16 5/250 2026-03-18 14:48 by haxia
[考研] 303求调剂 +4 睿08 2026-03-17 6/300 2026-03-18 11:01 by Iveryant
[考研] 0703化学336分求调剂 +6 zbzihdhd 2026-03-15 7/350 2026-03-18 09:53 by zhukairuo
[考研] 277调剂 +5 自由煎饼果子 2026-03-16 6/300 2026-03-17 19:26 by 李leezz
[考研] 301求调剂 +4 A_JiXing 2026-03-16 4/200 2026-03-17 17:32 by ruiyingmiao
[考研] 326求调剂 +5 上岸的小葡 2026-03-15 6/300 2026-03-17 17:26 by ruiyingmiao
[考研] 283求调剂 +3 听风就是雨; 2026-03-16 3/150 2026-03-17 07:41 by 热情沙漠
[考研] 288求调剂 +4 奇点0314 2026-03-14 4/200 2026-03-14 23:04 by JourneyLucky
[考研] 297求调剂 +4 学海漂泊 2026-03-13 4/200 2026-03-14 11:51 by 热情沙漠
信息提示
请填处理意见