diff --git a/package/MDAnalysis/coordinates/TRJ.py b/package/MDAnalysis/coordinates/TRJ.py index 3804e0c390d..e35d606e5ad 100644 --- a/package/MDAnalysis/coordinates/TRJ.py +++ b/package/MDAnalysis/coordinates/TRJ.py @@ -120,9 +120,6 @@ * The trajectory does not contain time information so we simply set the time step to 1 ps (or the user could provide it as kwarg *dt*) -* **No direct access of frames is implemented, only iteration through - the trajectory.** - * Trajectories with fewer than 4 atoms probably fail to be read (BUG). * If the trajectory contains exactly *one* atom then it is always @@ -204,9 +201,6 @@ class TRJReader(base.ReaderBase): be set by passing the `dt` keyword argument to the constructor; it is assumed to be in ps. The default value is 1 ps. - Functionality is currently limited to simple iteration over the - trajectory. - .. _AMBER TRJ format: http://ambermd.org/formats.html#trajectory .. versionchanged:: 0.11.0