martini-能量最小化参数(mdp文件)

  1 ;
  2 ; STANDARD MD INPUT OPTIONS FOR MARTINI 2.x
  3 ; Updated 02 feb 2013 by DdJ
  4 ;
  5 ; for use with GROMACS 4.5/4.6
  6 ;
  7
  8 title                    = Martini
  9
 10
 11 ; TIMESTEP IN MARTINI
 12 ; Most simulations are numerically stable
 13 ; with dt=40 fs, some (especially rings and polarizable water) require 20-30 fs.
 14 ; Note that time steps of 40 fs and larger may create local heating or
 15 ; cooling in your system. Although the use of a heat bath will globally
 16 ; remove this effect, it is advised to check consistency of
 17 ; your results for somewhat smaller time steps in the range 20-30 fs.
 18 ; Time steps exceeding 40 fs should not be used; time steps smaller
 19 ; than 20 fs are also not required unless specifically stated in the itp file.
 20 ; 时间步长最好不超过40fs  例如本文件中用的就是40fs 0.04ps=40fs
 21
 22 integrator               = steep ; Run steepest descent energy minimization algorithm
 23 dt                       = 0.04
 24 nsteps                   = 50000  ; Number of steep steps to run
 25 nstcomm                  = 100
 26 comm-grps         =
 27
 28
 29 ; OUTPUT CONTROL OPTIONS =
 30 ; Output frequency for coords (x), velocities (v) and forces (f) =
 31
 32 nstxout                  = 5000
 33 nstvout                  = 5000
 34 nstfout                  = 0
 35 nstlog                   = 1000  ; Output frequency for energies to log file
 36 nstenergy                = 100   ; Output frequency for energies to energy file
 37 nstxout-compressed       = 1000     ; Output frequency for .xtc file 向xtc文件中输出的频率
 38 compressed-x-precision   = 100
 39 xtc-grps                 =
 40 energygrps               = System
 41
 42
 43 ; NEIGHBOURLIST and MARTINI
 44 ; Due to the use of shifted potentials, the noise generated 由于使用了漂移势,粒子进入/离开近邻列表带来的影响不是特别大
 45 ; from particles leaving/entering the neighbour list is not so large, 即使时间步长很长的时候
 46 ; even when large time steps are being used. In practice, once every 在实践中,每十步更新一次就很不错,近邻列表的截断距离与非键合力的
 47 ; ten steps works fine with a neighborlist cutoff that is equal to the 截断距离取为相等,1.2nm
 48 ; non-bonded cutoff (1.2 nm). However, to improve energy conservation 但是 为了提高能量的稳定性,避免局部的加热、冷却,有时候会增加更新频率
 49 ; or to avoid local heating/cooling, you may increase the update frequency 或者扩大截断距离到1.4nm
 50 ; and/or enlarge the neighbourlist cut-off (to 1.4 nm). The latter option 扩大到1.4nm是一个很好的选择,既可以较少计算又可以提高能量稳定性
 51 ; is computationally less expensive and leads to improved energy conservation
 52
 53 nstlist                  = 10
 54 ns_type                  = grid
 55 pbc                      = xyz
 56 rlist                    = 1.2
 57
 58 ; MARTINI and NONBONDED
 59 ; Standard cut-off schemes are used for the non-bonded interactions
 60 ; in the Martini model: LJ interactions are shifted to zero in the
 61 ; range 0.9-1.2 nm, and electrostatic interactions in the range 0.0-1.2 nm.
 62 ; The treatment of the non-bonded cut-offs is considered to be part of
 63 ; the force field parameterization, so we recommend not to touch these
 64 ; values as they will alter the overall balance of the force field.
 65 ; In principle you can include long range electrostatics through the use
 66 ; of PME, which could be more realistic in certain applications
 67 ; Please realize that electrostatic interactions in the Martini model are
 68 ; not considered to be very accurate to begin with, especially as the
 69 ; screening in the system is set to be uniform across the system with
 70 ; a screening constant of 15. When using PME, please make sure your
 71 ; system properties are still reasonable.
 72 ;
 73 ; With the polarizable water model, the relative electrostatic screening
 74 ; (epsilon_r) should have a value of 2.5, representative of a low-dielectric
 75 ; apolar solvent. The polarizable water itself will perform the explicit screening
 76 ; in aqueous environment. In this case, the use of PME is more realistic.
 77 ;
 78 ; For use in combination with the Verlet-pairlist algorithm implemented
 79 ; in Gromacs 4.6 a straight cutoff in combination with the potential
 80 ; modifiers can be used. Although this will change the potential shape,
 81 ; preliminary results indicate that forcefield properties do not change a lot
 82 ; when the LJ cutoff is reduced to 1.1 nm. Be sure to test the effects for
 83 ; your particular system. The advantage is a gain of speed of 50-100%.
 84
 85 coulombtype              = cut-off  ;Reaction_field (for use with Verlet-pairlist) ;PME (especially with polarizable water)
 86 rcoulomb_switch          = 0.0
 87 rcoulomb                 = 1.2
 88 epsilon_r                = 15    ; 2.5 (with polarizable water)
 89 vdw_type                 = cut-off ;cutoff (for use with Verlet-pairlist)
 90 rvdw_switch              = 0.9
 91 rvdw                     = 1.2    ;1.1 (for use with Verlet-pairlist)
 92
 93 ;cutoff-scheme            = verlet
 94 ;coulomb-modifier         = Potential-shift-Verlet
 95 ;vdw-modifier             = Potential-shift-Verlet
 96 ;epsilon_rf               = 0   ; epsilon_rf = 0 really means epsilon_rf = infinity
 97 ;verlet-buffer-tolerance  = 0.005
 98
 99
100 ; MARTINI and CONSTRAINTS
101 ; for ring systems and stiff bonds constraints are defined
102 ; which are best handled using Lincs.
103
104 constraints              = none
105 constraint_algorithm     = Lincs
106 continuation             = no
107 lincs_order              = 4
108 lincs_warnangle          = 30
时间: 2024-10-09 08:51:17

martini-能量最小化参数(mdp文件)的相关文章

科普 [分子力学总势能(或者LJ势能)能量最小化]

我们要最小化 或者仅仅其中一部分           也就是说要                        或者                                 . 什么叫bonded, nonbonded? 上面这张图片中的小球(原子)间的棒就叫bonded,看见那个虚线了吗? 连接两个小球的那个虚线,就叫nonbonded. 被"棒"的势能为 "棒"伸展势能: "棒"角度彎曲势能: "棒"绕棒旋转势能:

mdp文件-Chapter1-minim.mdp

mdp文件是能量最小化,NVT模拟,NPT模拟与MD模拟的必须文件. mdp文件的详细解释可以参考官方文档http://manual.gromacs.org/online/mdp_opt.html 接下来我将使用四个文件为例子来解释mdp文件. 能量最小化minim.mdp 1 ; minim.mdp - used as input grompp to generate *.tpr 2 integrator = steep ; steep = steepest descent minimizat

实现iOS图片等资源文件的热更新化(四): 一个最小化的补丁更新逻辑

简介 以前写过一个补丁更新的文章,此处会做一个更精简的最小化实现,以便于集成.为了使逻辑具有通用性,将剥离对AFNetworking和ReativeCocoa的依赖.原来的文章,可以先看这里: http://www.ios122.com/2015/12/jspatconline/ 这么做的意义 先交代动机和意义,或许应该成为自己博客的一个标准框架内容之一,不然以后自己需要看着,也不过是一堆干瘪的代码.基本的逻辑图,如上!此处,我就从简! 从简的原因有3: 补丁更新,状态可以设计的很复杂,就像开头

K-means: optimization objective(最小化cost function来求相应的参数)

类似于linear regression,K-means算法也optimization objective或者是试图使cost function求最小值. 了解K-means算法的optimization objective有助于我们(1)调试算法时,看算法是否运行正确(在本节中可以看到)(2)使算法找到更好的cluster,避免局部最优解(在下节中会讲) K-means optimization objective uc(i):表示x(i)分给的那个cluster的cluster centro

最小化/文件紧缩运用CDN保管缓存

Titl为该特点供给信息12.描绘cssreset效果和用处.Reset重置浏览器的css默认特点 浏览器的种类不一样,款式不一样,然后重置,让他一致13.解释csssprite怎么运用.    Css精灵 把一堆小的图像整合到一张大的图像上,减轻服务器对图像的恳求数量14.浏览器标准形式和奇怪形式之间的差异是啥?盒子模型 烘托形式的不一样运用 window.top.document.compatMod可显现为何形式15.怎么对网站的文件和资本进行优化?等待的处理方案包括:文件兼并文件最小化/文

【Linux】CentOS6.X最小化安装后配置

1.centos6.5最小化安装后启动网卡2.ifconfig查询IP进行SSH链接3.更新系统源并且升级系统4.系统时间更新和设定定时任5.修改ip地址.网关.主机名.DNS6.关闭selinux,清空iptables7.创建普通用户并进行sudo授权管理8.修改SSH端口号和屏蔽root账号远程登陆9.锁定关键文件系统(禁止非授权用户获得权限)10.精简开机自启动服务11.调整系统文件描述符大小12.设置系统字符集13.清理登陆的时候显示的系统及内核版本14.内核参数优化15.定时清理/va

ArchLinux最小化安装 必备库 常用命令

铸成强大的工作站环境——ArchLinux最小化安装 所有问题归结起来,只是一个问题:ArchLinux最小化安装,需要安装哪些包? 1.bash//最基本的Bash Shell(必须)2.bzip2//提供bzip2压缩与解压缩功能(非必须,但就算不选它,系统也会自动将其装上)3.coreutils//提供GNU环境下最基本的工具与命令(必须)4.dnsutils//DNS工具(必须)5.file//文件类型识别工具(必须)6.filesystem//提供基本的文件系统结构(必须)7.find

CentOS7最小化源码安装LAMP-步骤详解

系统:CentOS 7.3.1611(最小化安装) 软件:httpd-2.4.27 mysql-5.7.18 php-5.6.3 一.配置系统环境 1.1. 查看系统版本 # cat /etc/centos-release CentOS Linux release 7.3.1611 (Core) 1.2. 查看防火墙状态,关闭防火墙及其开机启动 # systemctl status firewalld # systemctl stop firewalld # systemctl disable

生产服务器环境最小化安装后 Centos 6.5优化配置备忘

本文 centos 6.5 优化 的项有18处: 1.centos6.5最小化安装后启动网卡 2.解决SSH远程链接访问慢优化 3.更新系统源并且升级系统 4.系统时间更新和设定定时任 5.修改ip地址.网关.主机名.DNS 6.关闭selinux,清空iptables 7.创建普通用户并进行sudo授权管理 8.修改SSH端口号和屏蔽root账号远程登陆 9.锁定关键文件系统(禁止非授权用户获得权限) 10.精简开机自启动服务 11.调整系统文件描述符大小 12.设置系统字符集 13.清理登陆