httk.atomistic.models.trajectory.backend

Define the abstract base class for trajectory backends.

Classes

TrajectoryBackend

Define the backend base for all trajectory representations.

Module Contents

class httk.atomistic.models.trajectory.backend.TrajectoryBackend(backend, **hints)[source]

Bases: httk.core.Backend[TrajectoryBackend], httk.atomistic.models.trajectory.api.TrajectoryAPI

Define the backend base for all trajectory representations.

backend_classes: ClassVar[list[type[httk.core.Backend[Any]]]] = [][source]