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
|