File: trajectory_files.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 (27 lines) | stat: -rw-r--r-- 663 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
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
    BINPOSTrajectoryFile
    DCDTrajectoryFile
    DTRTrajectoryFile
    GroTrajectoryFile
    HDF5TrajectoryFile
    LAMMPSTrajectoryFile
    LH5TrajectoryFile
    MDCRDTrajectoryFile
    NetCDFTrajectoryFile
    PDBTrajectoryFile
    TRRTrajectoryFile
    XTCTrajectoryFile
    XYZTrajectoryFile