From 4c18ae9ec5163905ff4483784e6359e8a31b25b9 Mon Sep 17 00:00:00 2001 From: Jonathan Barnoud Date: Tue, 25 Jul 2017 00:32:21 +0200 Subject: [PATCH] Update doc --- package/MDAnalysis/coordinates/memory.py | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/package/MDAnalysis/coordinates/memory.py b/package/MDAnalysis/coordinates/memory.py index f007898fbc8..f8e2a67242b 100644 --- a/package/MDAnalysis/coordinates/memory.py +++ b/package/MDAnalysis/coordinates/memory.py @@ -243,7 +243,9 @@ 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. @@ -251,13 +253,6 @@ def __init__(self, coordinate_array, order='fac', 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__()