最近用python 写个通信程序,无意间浏览网页看到一个类似相关的工具包。
希望对LZ有用。
http://www.python.org/about/success/mmtk/ python上的介绍
http://dirac.cnrs-orleans.fr/MMTK/ 此项目的主页
Simulating Biomolecules with Python
模拟生物分子 with python
Background
The Molecular Modeling Toolkit (MMTK) is a open source Python library for molecular modeling and simulation with a focus on biomolecular systems, written in a mixture of Python and C. It provides standard techniques such as Molecular Dynamics or
normal mode calculations in a ready-to-use form, but also provides a basis of low-level operations on top of which new techniques can easily be implemented.
基于 python 开源库 的 分子模拟工具包,用于 分子建模 和 着重于模拟生物分子系统,python于C混编。
它提供标准的技术例如 分子动力学 或
现成使用形式下的正常计算模式?? 而且还提供了一些低级别操作,在这基础上很容易实现新技术。
......
