File: utils.rst

package info (click to toggle)
mdtraj 1.11.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 79,324 kB
  • sloc: python: 25,217; ansic: 6,266; cpp: 5,685; xml: 1,252; makefile: 192
file content (46 lines) | stat: -rw-r--r-- 720 bytes parent folder | download | duplicates (2)
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
41
42
43
44
45
46
.. currentmodule:: mdtraj.utils

MDTraj Utils
============

MDTraj contains a number of tools to help with development. These are located
in :code:`mdtraj.utils`.


Miscellanies
------------

.. autosummary::
    :toctree: generated/

    import_
    in_units_of
    ilen
    timing

Validation
----------
.. autosummary::
    :toctree: generated/

    ensure_type
    check_random_state

Unit cell and Periodic Boundary Conditions
------------------------------------------

.. autosummary::
    :toctree: generated/

    lengths_and_angles_to_box_vectors
    box_vectors_to_lengths_and_angles


Rotations
---------

.. autosummary::
    :toctree: generated/

    rotation_matrix_from_quaternion
    uniform_quaternion