24小时热门版块排行榜    

查看: 804  |  回复: 5

nufang19a

金虫 (正式写手)


[交流] 【求助】Melting of Lipid Tails后脂双层有的地方分离 已有2人参与

Melting of Lipid Tails后脂双层有的地方分离


这是我的conf文件:
## JOB DESCRIPTION                                         ##
#############################################################
# Min. and Eq. of Aqp1
# embedded in POPE membrane, water.
# Melting lipid tails. PME, Constant Volume.
#############################################################
## ADJUSTABLE PARAMETERS                                   ##
#############################################################
structure          ../02-MEMBRANE/aqp1_popew.psf
coordinates        ../02-MEMBRANE/aqp1_popew.pdb
outputName         aqp1_popewmineq-01
set temperature    300
# Continuing a job from the restart files
if {0} {
set inputname      aqp1-popew
binCoordinates     $inputname.restart.coor
binVelocities      $inputname.restart.vel  ;# remove the "temperature" entry if you use this!
extendedSystem    $inputname.restart.xsc
}
firsttimestep      0

#############################################################
## SIMULATION PARAMETERS                                   ##
#############################################################
# Input
paraTypeCharmm     on
parameters          ../par_all27_prot_lipid.prm
# NOTE: Do not set the initial velocity temperature if you
# have also specified a .vel restart file!
temperature         $temperature

# Periodic Boundary Conditions
# NOTE: Do not set the periodic cell basis if you have also
# specified an .xsc restart file!
if {1} {
cellBasisVector1    105.    0.   0.
cellBasisVector2     0.   105.   0.
cellBasisVector3     0.    0.  73.
cellOrigin          -0.077429056167 0.074017807841 -0.44251784668
}
wrapWater           on
wrapAll             on

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

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

#PME (for full-system periodic electrostatics)
if {1} {
PME                 yes
PMEGridSizeX       106
PMEGridSizeY       106
PMEGridSizeZ       74
}

# Constant Temperature Control
langevin            on    ;# do langevin dynamics
langevinDamping     1     ;# damping coefficient (gamma) of 5/ps
langevinTemp        $temperature
# Constant Pressure Control (variable volume)
if {0} {
useGroupPressure      yes ;# needed for 2fs steps
useFlexibleCell       yes  ;# no for water box, yes for membrane
useConstantArea       no  ;# no for water box, yes for membrane
langevinPiston        on
langevinPistonTarget  1.01325 ;#  in bar -> 1 atm
langevinPistonPeriod  200.
langevinPistonDecay   50.
langevinPistonTemp    $temperature
}

restartfreq        1000     ;# 1000steps = every 2ps
dcdfreq            1000
xstFreq            1000
outputEnergies      50
outputPressure      50

# Fixed Atoms Constraint (set PDB beta-column to 1)
if {1} {
fixedAtoms          on
fixedAtomsFile      ../02-MEMBRANE/myfixatomfile.pdb
fixedAtomsCol       B
fixedAtomsForces    on
}
#############################################################
## EXTRA PARAMETERS                                        ##
#############################################################
# Put here any custom parameters that are specific to
# this job (e.g., SMD, TclForces, etc...)
#############################################################
## EXECUTION SCRIPT                                        ##
#############################################################
# Minimization
if {1} {
minimize            10000
reinitvels          $temperature
}
run 500000 ;# 0.5 ns
回复此楼

» 猜你喜欢

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

nufang19a

金虫 (正式写手)


是不是lipid头部不要固定啊??
2楼2011-03-18 19:50:38
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

nufang19a

金虫 (正式写手)


我先在把压力打开了,那么在膜教程33页,怎样修改conf文件使lipid tail不固定
3楼2011-03-18 22:57:40
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

wally8962

木虫 (著名写手)

★ ★ ★ ★ ★
小木虫(金币+0.5):给个红包,谢谢回帖交流
zh1987hs(金币+2): 谢谢 2011-03-20 22:49:44
zh1987hs(金币+2): 谢谢 2011-03-20 22:51:59
z方向盒子尺度73埃,远超系统实际尺度,当然变形了

计算之前模型要尽量搞好
4楼2011-03-19 10:06:27
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

nufang19a

金虫 (正式写手)


这是分子模拟论坛给的回答,期待大家一块分析:
1) 如果你的图片是打开压强后的结果,那么你的膜体系似乎已经在压强下崩溃
2)不要用fix,那是固定,用弹簧势restrain, 具体看namd手册
3) restrain的原子集合选择在vmd里做,将标注好的信息存在同一个pdb文件里(比如beta列)。也许约束Z方向就可以,XY的自由扩散有利于获得正确的密度,给予tail更多自由度。 具体看vmd手册
5楼2011-03-19 11:02:10
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

nufang19a

金虫 (正式写手)


★ ★ ★
zh1987hs(金币+3): 鼓励思考 2011-03-20 22:50:09
这个问题算是暂时解决了,运行后看看吧:
1. 打开压力
2. 在运行Melting of Lipid Tails前,应执行:
set sel [atomselect top "protein and backbone"]
set all [atomselect top all]
$all set beta 0
$sel set beta 1
$all writepdb myfixatomfile.pdb
产生的myfixatomfile.pdb放在conf文件fixedAtomsFile 后面

[ Last edited by nufang19a on 2011-3-19 at 22:56 ]
6楼2011-03-19 21:30:33
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
相关版块跳转 我要订阅楼主 nufang19a 的主题更新
普通表情 高级回复 (可上传附件)
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[考研] 东南大学364求调剂 +5 JasonYuiui 2026-03-15 5/250 2026-03-16 21:28 by 木瓜膏
[考研] 286求调剂 +3 lemonzzn 2026-03-16 5/250 2026-03-16 20:43 by lemonzzn
[考研] 材料专硕306英一数二 +4 z1z2z3879 2026-03-16 6/300 2026-03-16 19:38 by z1z2z3879
[考研] 材料与化工专硕调剂 +3 heming3743 2026-03-16 3/150 2026-03-16 15:05 by peike
[考研] 中科大材料专硕319求调剂 +3 孟鑫材料 2026-03-13 3/150 2026-03-14 18:10 by houyaoxu
[考研] 一志愿哈工大材料324分求调剂 +5 闫旭东 2026-03-14 5/250 2026-03-14 14:53 by 木瓜膏
[考研] 308 085701 四六级已过求调剂 +7 温乔乔乔乔 2026-03-12 14/700 2026-03-14 10:49 by JourneyLucky
[基金申请] 有必要更换申报口吗 20+3 fannyamoy 2026-03-11 3/150 2026-03-14 00:52 by zhanghaozhu
[考研] 调剂 +3 13853210211 2026-03-10 3/150 2026-03-14 00:47 by JourneyLucky
[考研] 复试调剂 +9 Copy267 2026-03-10 9/450 2026-03-13 23:45 by userper
[考研] 材料与化工(0856)304求B区调剂 +6 邱gl 2026-03-12 7/350 2026-03-13 23:24 by 邱gl
[考研] 285 求调剂 资源与环境 一志愿北京化工大学 +3 未名考生 2026-03-10 3/150 2026-03-13 23:04 by JourneyLucky
[考研] 求材料调剂 +5 隔壁陈先生 2026-03-12 5/250 2026-03-13 22:03 by 星空星月
[考研] 26调剂/材料/英一数二/总分289/已过A区线 +6 步川酷紫123 2026-03-13 6/300 2026-03-13 21:59 by 星空星月
[考研] 304求调剂 +7 7712b 2026-03-13 7/350 2026-03-13 21:42 by peike
[考研] 求b区学校调剂 +3 周56 2026-03-11 3/150 2026-03-13 16:20 by JourneyLucky
[考研] 求调剂 +7 18880831720 2026-03-11 7/350 2026-03-13 16:10 by JourneyLucky
[考研] 308求调剂 +3 是Lupa啊 2026-03-12 3/150 2026-03-13 14:30 by 求调剂zz
[考研] 268求调剂 +4 好运连绵不绝 2026-03-12 4/200 2026-03-13 10:45 by hyswxzs
[考研] 大连大学化学专业研究生调剂 +3 琪久. 2026-03-10 8/400 2026-03-11 10:02 by 琪久.
信息提示
请填处理意见