24小时热门版块排行榜    

查看: 11814  |  回复: 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的回帖

chcwaaa

木虫 (正式写手)


小木虫(金币+0.5):给个红包,谢谢回帖交流
你好!请教个问题。
我做了个简单的冰的融化,用的是NVT,但是最后得到的体积增大了,不知道是什么原因? NAMD的结果文件里出现的volume和尺寸以及origin等都是与设置的一样。但我在VMD里,读入最后生成的coor文件,然后measure minmax $selection; vecsub {max}{min},得到的三个方向的尺寸与文件中设置的不同。
conf 文件如下:
#############################################################
## JOB DESCRIPTION                                         ##
#############################################################

# Minimization and Equilibration of
#  a glucose water Box


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

structure          ice-192-2.2.4.psf
coordinates        ice-192-2.2.4.pdb

set temperature    300
set pressure       1.01325
set outputname     ice-192-2.2.4-water

firsttimestep      0


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

# Input
paraTypeCharmm            on
parameters          ../par_all36_carb.prm
#set velocities
seed                12345678
temperature         $temperature


# Force-Field Parameters
exclude             scaled1-4
1-4scaling          1.0
cutoff              14
switching           on
switchdist          12.
pairlistdist        16.
margin              0
splitPatch          hydrogen
#Atoms outside pairlistdist will stay outside cutoff for 10 steps
stepspercycle       10


# Integrator Parameters
timestep            2.0  ;# 2fs/step
#相当于LAMMPS里面的fix shake,如果useSettle on,不用shake
rigidBonds          all  ;# needed for 2fs steps
rigidIterations     50
rigidTolerance      1e-8
useSettle           off
nonbondedFreq       1
fullElectFrequency  2  
  


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


# Periodic Boundary Conditions
cellBasisVector1    34.81999969482422 0.   0.
cellBasisVector2     0.    27.8439998626709 0.
cellBasisVector3     0.    0   90.89199829101563
cellOrigin         17.41010856628418 13.92199993133545 45.4456672668457

wrapAll             on

# PME (for full-system periodic electrostatics)
PME                 yes
PMETolerance        1e-6
PMEGridSizeX        128
PMEGridSizeY        128
PMEGridSizeZ        128


# Constant Pressure Control (variable volume)
useGroupPressure      yes ;# needed for rigidBonds

# Output
outputName          $outputname
binaryoutput        no
binaryrestart       no
restartfreq         500     ;# 500steps = every 1ps
dcdfreq             250
velDCDFreq          1000
xstFreq             250
outputEnergies      100
outputPressure      100


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


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


# Minimization
minimize            1000
reinitvels          $temperature
run 300000 ;# 1ns


最初的PDB文件和最后的结果文件COOR,在压缩包里。
如果你能抽时间看下,非常感谢!
97楼2009-10-25 20:59:21
已阅   回复此楼   关注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的回帖
普通表情 高级回复 (可上传附件)
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[考研] 材料专硕306英一数二 +8 z1z2z3879 2026-03-16 10/500 2026-03-18 00:01 by 星空星月
[考研] 0703化学调剂 ,六级已过,有科研经历 +8 曦熙兮 2026-03-15 8/400 2026-03-17 20:31 by xilongliang
[考研] 材料,纺织,生物(0856、0710),化学招生啦 +3 Eember. 2026-03-17 7/350 2026-03-17 20:20 by 花125533
[考研] 0703化学336分求调剂 +4 zbzihdhd 2026-03-15 5/250 2026-03-17 17:33 by ruiyingmiao
[考研] 材料工程专硕调剂 +5 204818@lcx 2026-03-17 5/250 2026-03-17 17:27 by Little-xue
[考研] 考研化学学硕调剂,一志愿985 +4 张vvvv 2026-03-15 6/300 2026-03-17 17:15 by ruiyingmiao
[考研] 一志愿苏州大学材料工程(085601)专硕有科研经历三项国奖两个实用型专利一项省级立项 +6 大火山小火山 2026-03-16 8/400 2026-03-17 15:05 by 无懈可击111
[考研] 一志愿南京大学,080500材料科学与工程,调剂 +4 Jy? 2026-03-16 4/200 2026-03-17 11:02 by gaoqiong
[考研] 材料与化工304求B区调剂 +7 邱gl 2026-03-11 8/400 2026-03-17 09:36 by 努力学习赚彩礼
[考研] 283求调剂 +3 听风就是雨; 2026-03-16 3/150 2026-03-17 07:41 by 热情沙漠
[考研] 11408 一志愿西电,277分求调剂 +3 zhouzhen654 2026-03-16 3/150 2026-03-17 07:03 by laoshidan
[考研] 311求调剂 +5 26研0 2026-03-15 5/250 2026-03-16 16:21 by a不易
[考研] 0703化学调剂 290分有科研经历,论文在投 +7 腻腻gk 2026-03-14 7/350 2026-03-16 10:12 by houyaoxu
[考研] 0856求调剂 +3 刘梦微 2026-03-15 3/150 2026-03-16 10:00 by houyaoxu
[考研] 326求调剂 +3 mlpqaz03 2026-03-15 3/150 2026-03-16 07:33 by Iveryant
[考研] 中科大材料与化工319求调剂 +3 孟鑫材料 2026-03-14 3/150 2026-03-14 20:10 by ms629
[考研] 0703,333分求调剂 一志愿郑州大学-物理化学 +3 李魔女斗篷 2026-03-11 3/150 2026-03-13 22:24 by JourneyLucky
[考研] 290求调剂 +7 ADT 2026-03-12 7/350 2026-03-13 15:17 by JourneyLucky
[考研] 一志愿山大07化学 332分 四六级已过 本科山东双非 求调剂! +3 不想理你 2026-03-12 3/150 2026-03-13 14:18 by JourneyLucky
[考研] 0817化学工程与技术考研312分调剂 +3 T123 tt 2026-03-12 3/150 2026-03-13 10:49 by houyaoxu
信息提示
请填处理意见