24小时热门版块排行榜    

查看: 805  |  回复: 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 的主题更新
普通表情 高级回复 (可上传附件)
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[考研] 0817 化学工程 299分求调剂 有科研经历 有二区文章 +10 rare12345 2026-03-18 10/500 2026-03-19 13:42 by houyaoxu
[考研] 0817调剂 +3 没有答案_ 2026-03-14 3/150 2026-03-19 09:51 by Xu de nuo
[考研] 274求调剂 +6 S.H1 2026-03-18 6/300 2026-03-19 09:34 by 花店相见
[考研] 能源材料化学课题组招收硕士研究生8-10名 +4 脱颖而出 2026-03-16 11/550 2026-03-19 08:11 by 脱颖而出
[考研] 材料专硕英一数二306 +5 z1z2z3879 2026-03-18 5/250 2026-03-19 07:43 by BruceLiu320
[考研] 一志愿华中科技大学,080502,354分求调剂 +4 守候夕阳CF 2026-03-18 4/200 2026-03-18 22:16 by li123456789.
[考研] 材料专业求调剂 +5 hanamiko 2026-03-18 5/250 2026-03-18 20:19 by 星空星月
[考研] 312求调剂 +8 陌宸希 2026-03-16 9/450 2026-03-18 12:39 by Linda Hu
[考研] 0703化学求调剂 总分331 +3 ZY-05 2026-03-13 3/150 2026-03-18 10:58 by macy2011
[考研] 307求调剂 +3 冷笙123 2026-03-17 3/150 2026-03-18 09:55 by macy2011
[基金申请] 被我言中:新模板不强调格式了,假专家开始管格式了 +4 beefly 2026-03-14 4/200 2026-03-17 22:04 by 黄鸟于飞Chao
[考研] 308求调剂 +4 是Lupa啊 2026-03-16 4/200 2026-03-17 17:12 by ruiyingmiao
[考研] 085601求调剂 +4 Du.11 2026-03-16 4/200 2026-03-17 17:08 by ruiyingmiao
[考研] 290求调剂 +3 p asserby. 2026-03-15 4/200 2026-03-17 16:35 by wangkm
[考研] 一志愿南京大学,080500材料科学与工程,调剂 +4 Jy? 2026-03-16 4/200 2026-03-17 11:02 by gaoqiong
[考研] 294求调剂 +3 Zys010410@ 2026-03-13 4/200 2026-03-15 10:59 by zhq0425
[考研] 中科大材料专硕319求调剂 +3 孟鑫材料 2026-03-13 3/150 2026-03-14 18:10 by houyaoxu
[考研] 328求调剂 +3 5201314Lsy! 2026-03-13 6/300 2026-03-14 15:31 by hyswxzs
[考研] 304求调剂 +6 Mochaaaa 2026-03-12 7/350 2026-03-13 22:18 by 星空星月
[考研] 085600材料与化工 309分请求调剂 +7 dtdxzxx 2026-03-12 8/400 2026-03-13 14:43 by jxchenghu
信息提示
请填处理意见