File: utils.rst

package info (click to toggle)
mdtraj 1.9.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 76,096 kB
  • sloc: ansic: 30,371; python: 18,165; cpp: 5,443; xml: 1,252; makefile: 186; sh: 45
file content (46 lines) | stat: -rw-r--r-- 729 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