move
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Quick and dirty program for moving atoms in PDB format
move
====

Quick and dirty program for moving atoms in PDB format

Compile using g++ or compiler of choice:

  g++ move.cpp -o move.exe

Modify file 'input' with indexes (starting from 1) to move
and coordinates to move by.

Then run:
  ./move.exe INITIAL_PDB FINAL_PDB

Only works with PDB files.
Only moves ATOM and HETATM type elements.
Not tested for extreme cases.
No periodic boundary stuff.

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。