首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > C/C++/VC++ > 简单的C++程序来评估非键能在砂光/ pmemd轨迹文件

简单的C++程序来评估非键能在砂光/ pmemd轨迹文件

  • 资源大小:630.60 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: 程序 简单 文件 轨迹 评估 pmemd

资 源 简 介

This is a really simple code to: * read a file containing the topologies/parameters of a system (prmtop); * read a MM simulation trajectory file in amber format; * compute interaction energies in the trajectory. It was originally developed to compute interaction energies between a ligand and a given residue in the active site, for example. However, but might be useful to evaluate interaction energies between two residues in a protein or even between one residue/ligand and the whole environment (i.e., all other atoms in the system). In order to compile the provided source code, the user will need: * a c++ compiler (works fine with gnu g++, intel, MinGW); * the the gzstream library (which requires the zlib library). This libray adds the support to read the gzipped trajectory files. This library can be obtained from http://www.cs.unc.edu/Research/compgeom/gzstream. * The netcdf library ( http://www.unidata.ucar.edu/software/netcdf ); Supported trajectory formats

文 件 列 表

AmberEnergy++
VIP VIP
0.179522s