GROMACS运行参数之em_real.mdp文件详解

简介: GROMACS运行参数之em_real.mdp文件详解GROMACS运行参数之em_real.mdp文件详解

GROMACS(5.1.4)教程:蛋白质配体复合物

官网:点击打开链接

李老师博客:点击打开链接

蛋白质配体复合物模拟能量最小化过程中需要用到输入文件em_real.mdp,现对里面的各种编辑项目做简单注释。

###em_real.mdp###

; LINES STARTING WITH ';' ARE COMMENTS
title   = Minimization  ; Title of run
; Parameters describing what to do, when to stop and what to save
integrator  = steep   ; Algorithm (steep = steepest descent minimization)
emtol   = 1000.0    ; Stop minimization when the maximum force < 10.0 kJ/mol
emstep      = 0.01      ; Energy step size
nsteps    = 50000     ; Maximum number of (minimization) steps to perform
energygrps  = Protein JZ4 ; Which energy group(s) to write to disk
; Parameters describing how to find the neighbors of each atom and how to calculate the interactions
nstlist       = 1       ; Frequency to update the neighbor list and long range forces
cutoff-scheme   = Verlet
ns_type       = grid    ; Method to determine neighbor list (simple, grid)
rlist       = 1.0   ; Cut-off for making neighbor list (short range forces)
coulombtype     = PME   ; Treatment of long range electrostatic interactions
rcoulomb      = 1.0   ; long range electrostatic cut-off
rvdw        = 1.0   ; long range Van der Waals cut-off
pbc           = xyz     ; Periodic Boundary Conditions

中文注释仅供参考

###em_real.mdp###

; LINES STARTING WITH ';' ARE COMMENTS
title   = Minimization  ; Title of run
; Parameters describing what to do, when to stop and what to save
integrator  = steep   ; #指定积分算法
emtol   = 1000.0    ; #能量最小化收敛值
emstep      = 0.01      ; #初试步长
nsteps    = 50000     ; #积分或能量最小化步数
energygrps  = Protein JZ4 ; 保存能量的组
; Parameters describing how to find the neighbors of each atom and how to calculate the interactions
nstlist       = 1       ; #邻近列表更新频率
cutoff-scheme   = Verlet
ns_type       = grid    ; #邻近列表搜索方法
rlist       = 1.0   ; #短程邻近列表截断,默认1nm
coulombtype     = PME   ; #库伦计算方式
rcoulomb      = 1.0   ; #短程库伦截断,默认1nm
rvdw        = 1.0   ; #短程范德华力截断,默认1nm
pbc           = xyz     ; #周期性边界条件
目录
相关文章
GROMACS运行参数之npt.mdp文件详解
GROMACS运行参数之npt.mdp文件详解
943 0
|
应用服务中间件
TeaVM的samples/benchmark范例运行办法
TeaVM的samples/benchmark范例运行办法
117 0
TeaVM的samples/benchmark范例运行办法
LeetCode Contest 178-1368. 使网格图至少有一条有效路径的最小代价 Minimum Cost to Make at Least One Valid Path in a Grid
LeetCode Contest 178-1368. 使网格图至少有一条有效路径的最小代价 Minimum Cost to Make at Least One Valid Path in a Grid
WRF模式中关于eta_levels的设置以及对应的高度
WRF模式中关于eta_levels的设置以及对应的高度
WRF模式中关于eta_levels的设置以及对应的高度
|
编解码 并行计算
再论WRF模式报错:traj_opt is zero, but num_traj is not zero ,如何解决问题,成功运行
再论WRF模式报错:traj_opt is zero, but num_traj is not zero ,如何解决问题,成功运行
再论WRF模式报错:traj_opt is zero, but num_traj is not zero ,如何解决问题,成功运行
|
uml
设计一个名为Fan的类来代表风扇。这个类包括三个常量SLOW,MEDIUM和FAST,其值分别为1,2,3,表示风扇的速度
设计一个名为Fan的类来代表风扇。这个类包括三个常量SLOW,MEDIUM和FAST,其值分别为1,2,3,表示风扇的速度
451 0
|
移动开发 数据挖掘 C++
第四周编程作业(二)-Deep Neural Network for Image Classification: Application(一)
第四周编程作业(二)-Deep Neural Network for Image Classification: Application(一)
178 0
第四周编程作业(二)-Deep Neural Network for Image Classification: Application(一)
|
数据挖掘
第四周编程作业(二)-Deep Neural Network for Image Classification: Application(二)
第四周编程作业(二)-Deep Neural Network for Image Classification: Application(二)
241 0
第四周编程作业(二)-Deep Neural Network for Image Classification: Application(二)
|
数据挖掘 Go
第四周编程作业(二)-Deep Neural Network for Image Classification: Application(三)
第四周编程作业(二)-Deep Neural Network for Image Classification: Application(三)
384 0
第四周编程作业(二)-Deep Neural Network for Image Classification: Application(三)
|
IDE 测试技术 开发工具
从.air脚本到纯.py脚本的距离究竟有多远
从.air脚本到纯.py脚本的距离究竟有多远
277 0