Implement Gromacs internal Whole Procedure

This commit is contained in:
Niels Müller
2019-10-25 09:55:20 +02:00
parent b71961979f
commit 92addd3148
3 changed files with 55 additions and 8 deletions

View File

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