-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
40 lines (28 loc) · 861 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
MD
MD is a python toolkit to analyze molecular dynamics
trajectories in xyz format.
Typicall use case is file oputput from hoomd in the form of
.dcd and .mol2. Catdcd is used to convert them into xyz.txt
catdcd is from vmd.
MD allows one to read molecular dynamics trajectories and access the
atomic coordinates through numpy arrays. This provides a flexible and
relatively fast framework for complex analysis tasks.
Citation
--------
When using MD in published work, please cite
Knorowski, C.
Thanks!
Dependecies:
--------------
numpy, networkx, scipy, matplotlib, python > 2.4 but not 3.0+, catdcd(included)
Documentation
------------
DOcumentation is generated using Doxygen. To generate documentation simply run
doxygen Doxyfile
Getting started
---------------
Import the package::
>>> import MD
Examples
--------
see dna_scripts