Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarnoud committed Jul 24, 2017
1 parent 8c272b3 commit 4c18ae9
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions package/MDAnalysis/coordinates/memory.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,21 +243,16 @@ def __init__(self, coordinate_array, order='fac',
dimensions: [A, B, C, alpha, beta, gamma] (optional)
unitcell dimensions (*A*, *B*, *C*, *alpha*, *beta*, *gamma*)
lengths *A*, *B*, *C* are in the MDAnalysis length unit (Å), and
angles are in degrees.
angles are in degrees. If the unit cell dimensions vary with time,
then they can be provided as a 2D array whith each row
corresponding to one frame.
dt: float (optional)
The time difference between frames (ps). If :attr:`time`
is set, then `dt` will be ignored.
filename: string (optional)
The name of the file from which this instance is created. Set to ``None``
when created from an array
Note
----
At the moment, only a fixed `dimension` is supported, i.e., the same
unit cell for all frames in `coordinate_array`. See issue `#1041`_.
.. _`#1041`: https://github.com/MDAnalysis/mdanalysis/issues/1041
"""

super(MemoryReader, self).__init__()
Expand Down

0 comments on commit 4c18ae9

Please sign in to comment.