File: trajectory_files.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 (26 lines) | stat: -rw-r--r-- 634 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
Low-level API
=============

The MDTraj trajectory file objects provide a low-level interface to each of the
supported trajectory formats. The high level interface is provided by the
:func:`mdtraj.load` function.

.. currentmodule:: mdtraj.formats
.. autosummary::
    :toctree: generated/

    AmberNetCDFRestartFile
    AmberRestartFile
    ArcTrajectoryFile
    DCDTrajectoryFile
    DTRTrajectoryFile
    GroTrajectoryFile
    HDF5TrajectoryFile
    LAMMPSTrajectoryFile
    LH5TrajectoryFile
    MDCRDTrajectoryFile
    NetCDFTrajectoryFile
    PDBTrajectoryFile
    TRRTrajectoryFile
    XTCTrajectoryFile
    XYZTrajectoryFile