| 查看: 350 | 回复: 0 | |||
| 当前主题已经存档。 | |||
HiPC至尊木虫 (初入文坛)
thinker
|
[交流]
推荐一篇优秀论文【已搜无重复】
|
||
|
论文题目:Scalable Algorithms for Molecular Dynamics Simulations on Commodity Clusters 对该篇论文的评价(http://ergodicity.iamganesh.com/ ... lecular-dynamics/): One of the papers nominated for the best paper award at Supercomputing 06 is titled “Scalable Algorithms for Molecular Dynamics Simulations on Commodity Clusters” from the DE Shaw Research group. If your standard of a modern molecular dynamics code is Computer Simulations of Liquids, then this paper is definitely worth a look. I’ve summarized the innovations below: Midpoint method Published earlier this year in the Journal of Chemical Physics, this is a parallelizing algorithm which is a hybrid between spatial decompositions and force decompositions. The major innovation of this method is the reduced communication bandwidth, which can be a problem when you scale simulations to hundreds of computers. Bitwise Time Reversibility One of the most important requirements for an integrator solving Newton’s equations of motion is symplecticity. One way to check to check for this is by running your integrator in negative time. Doing so should return the system to the initial state. Though not an absolute requirement, this is a nice thing to have for minimizing the energy drift, which ultimately leads to a more realistic simulation. These guys have an integrator that does this. Constraints in single precision To reduce high frequency motions (like vibrations of Carbon-Hydrogen bonds for example), simulations typically make use of constraints to hold bond lengths or atom velocities fixed. Typical codes RATTLE and SHAKE need to be done in double precision for accuracy and to maintain energy conservation. This paper talks about the use of an (unpublished) algorithm that is stable in single precision. Normalized local coordinates Instead of representing coordinates in an absolute global frame, these guys normalize coordinates. This gives them more precision (due to operations done on floating points of the same magnitudes.) It also makes handling periodic boundary conditions simple. Another advantage they mention is that doing pressure control is time reversible. Interpolation schemes Personally, I think this is the cornerstone of the paper. The paper mentions that instead of interactions being a function of distance between the particles, they compute it as a function of . The advantage is that the same set of polynomial coefficients can be used for computing both forces and energies. SIMD instructions I’m just mentioning this for completeness. As far as I know, every high performance engine makes use of these instructions. In fact, GROMACS has hand tuned kernels written using these instructions. In theory, this makes your code four times faster. In conclusion, I was pretty impressed with the quality of work and the innovations these guys have brought to the community. |
» 猜你喜欢
阴离子交换膜电解二氧化碳还原
已经有0人回复
九江学院2026年最新高层次人才招聘公告
已经有0人回复
物理化学论文润色/翻译怎么收费?
已经有252人回复
深圳信息职业技术学院2026年教师招聘公告(最新)
已经有0人回复
研究生招生
已经有0人回复
山西大学资源与环境工程研究所化工分离/环境功能材料小组招收2026年博士生
已经有3人回复
一志愿南师大0703化学 275求调剂
已经有6人回复
招生材料与化工、环境科学调剂研究生
已经有5人回复
A 区过线就可申!重庆双非公办高校 0856调剂,接受跨专业!纳米材料 / 润滑热门方向
已经有0人回复
欢迎调剂长江师范学院汤老师课题组的硕士研究生
已经有0人回复
中国电机工程学报的投稿系统
已经有0人回复















回复此楼