24小时热门版块排行榜    

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

bay__gulf

金虫 (著名写手)

刘苏州

[交流] 【在线答疑】关于NAMD/VMD 已有27人参与

看到这个板块的在线答疑方式办得很好,这里也尽自己的薄力给大家一些关于NAMD/VMD 原理及使用方面的帮助。

本帖旨在邀请各位朋友集中提问和回答NAMD/VMD的问题,欢迎每个虫子参与提问与回答。我将尽可能的抽出时间来尽我所能回答该帖相关问题。
注意:
1. 请回答问题的虫子勿必回帖时注明:【回复__楼】;
2. 提问的虫子们得到答案后应该重新编辑自己的提问帖,在下面附上:【已解决,答案见__楼】


namd/vmd 官网上的一些好东西,一个免费软件提供的服务比收费软件还要全面。
这里列几个,不保证全。有些链接很深,需要仔细点找。

http://www.ks.uiuc.edu/      首页
http://www.ks.uiuc.edu/Highlights/index.cgi    一些亮点文章 ,可以索要,但不如看看网页的介绍
http://www.ks.uiuc.edu/Research/Categories/   一些分类算例
http://www.ks.uiuc.edu/Research/vmd/  VMD
   http://www.ks.uiuc.edu/Research/vmd/current/docs.html   vmd文档,里面的链接最好都看看
   http://www.ks.uiuc.edu/Research/vmd/plugins/                  VMD Plugin Library
   http://www.ks.uiuc.edu/Research/vmd/script_library/         VMD Script Library
   http://www.ks.uiuc.edu/Research/vmd/mailing_list/            VMD-L Mailing List
   http://biocore.ks.uiuc.edu/bioco ... ips/tclscripts.html     一些脚本,或许对你有用
http://www.ks.uiuc.edu/Research/namd/    NAMD
   http://www.ks.uiuc.edu/Research/namd/wiki/                    NamdWiki
   http://www.ks.uiuc.edu/Research/namd/mailing_list/        NAMD Mailing List
   http://www.ks.uiuc.edu/Research/namd/documentation.html    NAMD Documentation,推荐看一下NAMD 1.5 Programmer's Guide ,我还没有看,谁看完了讲一下。
   http://www.ks.uiuc.edu/Research/namd/announcements.html   NAMD Announcements
   http://www.ks.uiuc.edu/Training/                                                Training
   http://www.ks.uiuc.edu/Training/CaseStudies/index.html           Case Studies
http://www.ks.uiuc.edu/Training/Tutorials/                Tutorials,那些pdf 和代码,常更新。就是说本来对你有用的可能下个月就找不到了

[ Last edited by lei0736 on 2009-12-21 at 18:04 ]
回复此楼
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

jianchaoyv

金虫 (小有名气)

上面问题的.conf文件


小木虫(金币+0.5):给个红包,谢谢回帖交流
#############################################################
## JOB DESCRIPTION                                         ##
#############################################################

# Simulate the 4-nanotube system with induced pressure difference


#############################################################
## ADJUSTABLE PARAMETERS                                   ##
#############################################################

structure          cnt.psf
coordinates        cnt.pdb

set temperature    300
set outputname     sim_short


# Continuing a job from the restart files
Bincoordinates     initial.coor
Binvelocities      initial.vel


#############################################################
## SIMULATION PARAMETERS                                   ##
#############################################################

# Input
paraTypeCharmm            on
parameters          par_all27_prot_lipid.prm  


# Periodic Boundary conditions
cellBasisVector1    23    0.   0.
cellBasisVector2     0.   19.919   0.
cellBasisVector3     0.    0   30.3962
wrapAll             on


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


# Integrator Parameters
timestep            1    ;# 1fs/step
nonbondedFreq       2
fullElectFrequency  4  
stepspercycle       20


# Constant Temperature Control
langevin            on    ;# do langevin dynamics
langevinDamping     5     ;# damping coefficient (gamma) of 5/ps
langevinTemp        $temperature
langevinHydrogen    no    ;# don't couple langevin bath to hydrogens


# Output
outputName          $outputname
restartfreq         1000     ;# 1000steps = every 1ps
dcdfreq             1000
outputEnergies      1000


# Fixed Atoms Constraint (set PDB occupancy-column to 1)
fixedAtoms          on


# IMD Settings (can view sim in VMD)
if {0} {
IMDon           on
IMDport         3000    ;# port number (enter it in VMD)
IMDfreq         1       ;# send every 1 frame
IMDwait         no      ;# wait for VMD to connect before running?
}


#############################################################
## EXTRA PARAMETERS                                        ##
#############################################################

tclForces                on

tclForcesScript {
  set cellLengthZ 30.3962  ;# The length of the unit cell in the z-direction, should be the same as the value in "cellBasisVector3"
  set LowerBoundary -12.5
  set UpperBoundary 12.5
  set force {0 0 0.4}
  set watIdList {}
  for {set i 577} {$i<1320} {incr i 3} {
    lappend watIdList $i
    addatom $i
  }
  proc calcforces {} {
    global cellLengthZ LowerBoundary UpperBoundary force watIdList
    loadcoords coorList
    foreach i $watIdList {
      set z [lindex $coorList($i) 2]
      set z [expr $z-round($z/$cellLengthZ)*$cellLengthZ]  ;# Translate this coordinate into its corresponding value in the original unit cell
      if {$z>$UpperBoundary || $z<$LowerBoundary} {
        addforce $i $force
      }
    }
  }
}



#############################################################
## EXECUTION SCRIPT                                        ##
#############################################################

run 40000 ;# 40ps
109楼2009-11-16 18:11:47
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
查看全部 211 个回答

xpyp

木虫 (小有名气)

占个沙发先!

不知到NAMD对小分子与酶复合物的模拟能不能做?

【已解决,答案见 3 楼】

[ Last edited by xpyp on 2009-5-2 at 23:59 ]
2楼2009-05-02 11:58:42
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

bay__gulf

金虫 (著名写手)

刘苏州

★ ★ ★ ★
lei0736(金币+4,VIP+0):谢谢 又添猛将 5-3 16:09
【回2楼】
可以,比如下面这篇文献

Bryan J. Johnson, Jordi Cohen, Richard W. Welford, Arwen R. Pearson, Klaus Schulten, Judith P. Klinman, and Carrie M. Wilmot. Exploring molecular oxygen pathways in Hanseluna Polymorpha copper-containing amine oxidase. Journal of Biological Chemistry, 282:17767-17776, 2007.

[ Last edited by bay__gulf on 2009-5-2 at 13:21 ]
3楼2009-05-02 13:13:06
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

recoli

金虫 (正式写手)

刚接触NAMD,对于spherical boundary condition比较感兴趣,请问NAMD的spherical boundary condition是如何运作的?和一般的xyz periodic boundary condition有什么不同?可以使用Ewarld summation或PME来计算长程库仑力吗?

谢谢!
4楼2009-05-02 13:45:28
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
普通表情 高级回复 (可上传附件)
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[基金申请] 今天维护系统维护 祝所有人 高中 +6 gjjjzhong 2026-08-18 7/350 2026-08-18 12:48 by laoda193707
[硕博家园] 读博的好处 +5 lnee 2026-08-11 5/250 2026-08-18 12:32 by 学员tGYWa5
[基金申请] 哪位老哥知道今年的国自然具体哪一天放榜? +13 Ldrop2023 2026-08-13 16/800 2026-08-18 12:25 by 淀粉搬运工
[基金申请] 欢迎发来filecode的Mz6后的代码验证其规律 +44 医学老男孩 2026-08-13 98/4900 2026-08-18 12:14 by wenky
[基金申请] 2027广东省杰青 +3 奶牛小黑 2026-08-15 8/400 2026-08-18 11:47 by gltch
[基金申请] 快农历七夕节了,轻松一下,男人悄悄话,女施主请不要进来。 +4 Tide man 2026-08-14 5/250 2026-08-18 11:35 by Tide man
[论文投稿] 投稿咨询 +4 wwm09 2026-08-17 5/250 2026-08-18 11:25 by 無關想念
[基金申请] 时间戳变了,能看出什么问题? +5 基诺咪客 2026-08-17 6/300 2026-08-18 11:06 by hunter无悔
[基金申请] 感觉是下周放榜了 +6 angus9576 2026-08-17 11/550 2026-08-17 23:57 by angus9576
[基金申请] filecode=后面第一个是大写字母 +8 wangze12014 2026-08-14 10/500 2026-08-17 17:05 by xter9665
[基金申请] 今天系统多次维护,明天很可能放榜! +8 zju2000 2026-08-16 9/450 2026-08-17 12:20 by lmz0216
[基金申请] 时间戳又变了8-15 +13 archvillain 2026-08-15 25/1250 2026-08-16 20:13 by zhaosm1982
[基金申请] 咱们一起用铁证分析2026国家社科基金中标与否 +7 启萌科技 2026-08-12 26/1300 2026-08-16 12:35 by 启萌科技
[精细化工] 招聘 金属平磨液,抛光液研发工程师 +3 小天0311 2026-08-14 3/150 2026-08-16 07:31 by H9PLUS
[基金申请] 各位道友,我要去昆明玩几天,回来见。 +7 Tide man 2026-08-14 8/400 2026-08-15 01:11 by arzu_hma
[基金申请] 重要来源:本周末出结果 +10 瞬息宇宙 2026-08-12 10/500 2026-08-13 15:46 by likettle
[基金申请] 不应该看fileCode +7 且听虎啸 2026-08-12 9/450 2026-08-13 14:27 by flydreamws
[基金申请] Filecode 又变了,巨变 +3 WH3796 2026-08-12 4/200 2026-08-13 14:13 by 小木虫6752397
[基金申请] 结合人工智能,周易传统文化,filecode打分制来了,3分以上希望很大。 +3 Tide man 2026-08-12 4/200 2026-08-13 08:35 by ZJTJZ
[基金申请] 2019年青年基金涵评意见,大家看看几个A,几个B? +11 Tide man 2026-08-11 11/550 2026-08-13 07:35 by 撸猫猫
信息提示
请填处理意见