Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay committed Mar 8, 2020
1 parent 82e0d6d commit 58036c0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions package/MDAnalysis/coordinates/TRJ.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 58036c0

Please sign in to comment.