Add function to read single xtc frmames.

This commit is contained in:
Niels Müller
2017-08-18 13:22:58 +02:00
parent edc1bd759a
commit d178df5c7f
3 changed files with 57 additions and 5 deletions

View File

@ -8,7 +8,7 @@ Trajectories in trr format may be read with `.gromacs.reader.TRRReader`, which i
import os
from .tpxio import TPXReader
from .xtcio import XTCReader
from .xtcio import XTCReader, read_xtcframe
from .enxio import EDRFile
from .errors import FileTypeError
from .gromacs.reader import index_filename_for_xtc