HDF5Topology¶
-
class
narupatools.frame.hdf5.trajectory.HDF5Topology¶ Topology read from a HDF5 trajectory.
Inheritance

Methods
Initialize self.
Create a HDF5 topology from a JSON string.
Create a FrameData representation, with the given fields present if available.
-
classmethod
from_string(string: str) → narupatools.frame.hdf5.trajectory.HDF5Topology¶ Create a HDF5 topology from a JSON string.
-
get_frame(*, fields: infinite_sets.infinite_sets.InfiniteSet[str]) → narupa.trajectory.frame_data.FrameData¶ Create a FrameData representation, with the given fields present if available.
- Parameters
fields – Collection of fields that should be added to FrameData if available.
-
classmethod