Skip to content

Commit

Permalink
CRD docs
Browse files Browse the repository at this point in the history
  • Loading branch information
richardjgowers committed Jun 25, 2018
1 parent 4d29bab commit 7561007
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
Loading CHARMM files with MDAnalysis
####################################

MDAnalysis can read a PSF files to provide topology information,
DCD files for trajectories and CARD files for a single frame of coordinates.
It is also possible to write to these coordinate formats too.

.. _load_psf:

Loading PSF files
Expand Down Expand Up @@ -55,3 +59,10 @@ For full implementation details see :mod:`MDAnalysis.coordinates.DCD`.

Loading CRD files
-----------------

Both the standard and extended (EXT) CHARMM CARD formats are supported, with the
suffix ``.crd``.

.. note::
CHARMM CARD files have no simulation box information stored. MDAnalysis will
set box dimensions to 0.0 when reading these files.

0 comments on commit 7561007

Please sign in to comment.