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     ; #周期性边界条件
目录
相关文章
LabVIEW NI Linux Real-Time深层解析
LabVIEW NI Linux Real-Time深层解析
180 0
基于simulink的模糊PID控制器建模与仿真,并对比PID控制器
在MATLAB 2022a的Simulink中,构建了模糊PID和标准PID控制器模型,对比两者控制输出。模糊控制器采用模糊逻辑处理误差和误差变化率,通过模糊化、推理和去模糊化调整PID参数。模糊PID能更好地应对非线性和不确定性,而标准PID虽然简单易实现,但对复杂系统控制可能不足。通过仿真分析,可选择适合的控制器类型。
m基于simulink的PID控制器,模糊PID控制器以及MPC控制器性能对比仿真
m基于simulink的PID控制器,模糊PID控制器以及MPC控制器性能对比仿真
273 0
GROMACS运行参数之npt.mdp文件详解
GROMACS运行参数之npt.mdp文件详解
1024 0
m基于simulink的PID,模糊PID以及神经网络模糊PID三种控制器的控制性能对比仿真
m基于simulink的PID,模糊PID以及神经网络模糊PID三种控制器的控制性能对比仿真
307 0
vxworks在线调试---remote systems创建方法
vxworks在线调试---remote systems创建方法
181 0
vxworks在线调试---remote systems创建方法
loadrunner 运行场景-Controller及Load Generators宿主主机优化
loadrunner 运行场景-Controller及Load Generators宿主主机优化
127 0
再论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 ,如何解决问题,成功运行
设计一个名为Fan的类来代表风扇。这个类包括三个常量SLOW,MEDIUM和FAST,其值分别为1,2,3,表示风扇的速度
设计一个名为Fan的类来代表风扇。这个类包括三个常量SLOW,MEDIUM和FAST,其值分别为1,2,3,表示风扇的速度
475 0