24小时热门版块排行榜    

北京石油化工学院2026年研究生招生接收调剂公告
查看: 814  |  回复: 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 的主题更新
普通表情 高级回复 (可上传附件)
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[考研] 材料调剂 +3 小刘同学吖吖 2026-04-06 3/150 2026-04-06 17:39 by dongzh2009
[考研] 336求调剂,一志愿中科大 +3 墨彧 yuyu 2026-04-06 3/150 2026-04-06 17:32 by dongzh2009
[考研] 269电子信息求调剂,可转专业 +5 独酌wl 2026-04-06 5/250 2026-04-06 17:23 by 土木硕士招生
[考研] 277工科求调剂 +8 1915668 2026-04-04 9/450 2026-04-06 15:52 by lin-da
[考研] 一志愿郑州大学材料与化工085600,求调剂 +27 吃的不少 2026-04-02 27/1350 2026-04-06 15:19 by 495374996
[考研] 070300化学学硕311分求调剂 +11 梁富贵险中求 2026-04-04 11/550 2026-04-06 10:43 by 蓝云思雨
[考研] 求调剂 +5 chenxrlkx 2026-04-05 7/350 2026-04-06 07:54 by houyaoxu
[有机交流] 3-溴吡啶-4-甲醛合成 10+3 雪糕也能爆炸 2026-03-31 9/450 2026-04-06 00:24 by nBu锂
[考研] 377求调剂 +6 by.ovo 2026-04-05 6/300 2026-04-05 22:18 by dongzh2009
[考研] 0854电子信息319求调剂(接受跨专业调剂) +3 星星不眨眼喽 2026-04-05 3/150 2026-04-05 20:20 by 啵啵啵0119
[考研] 工科求调剂 +15 11ggg 2026-04-03 15/750 2026-04-05 16:24 by zzx2138
[考研] 考研生物学考A区211,初试322,科目生化和生物综合,求调剂 +6 。。。54 2026-04-03 6/300 2026-04-05 14:54 by JOKER0401
[考研] 一志愿上海海洋大学083200食品学硕,求调剂,接受其他专业083200 +4 what张 2026-04-04 5/250 2026-04-05 14:07 by chw1980_0
[考研] 调剂 +8 熊二想上岸 2026-04-04 8/400 2026-04-05 05:27 by houyaoxu
[考研] 331求调剂 +3 niby 2026-04-02 3/150 2026-04-04 19:56 by 蓝云思雨
[考研] 292求调剂 +11 2022080213 2026-04-04 13/650 2026-04-04 18:38 by macy2011
[考研] 兽医调剂 +3 wh119216 2026-04-02 3/150 2026-04-03 19:34 by zrongyan
[考研] 考研调剂 +8 不爱喝饮料 2026-04-03 8/400 2026-04-03 16:40 by Mistake-J
[考博] 申博求助 +3 Reee1Llll 2026-04-01 3/150 2026-04-02 22:29 by 这是一个无聊的
[考研] 085601一志愿中山大学深圳材料工程330求调剂 +8 pipiver 2026-03-30 8/400 2026-04-02 12:01 by ms629
信息提示
请填处理意见