asyncmd.trajectory.trajectory_cache#
This module contains the implementations of the TrajectoryCache classes.
They are used in the asyncmd.Trajectory object to enable caching of CV values.
Classes
|
Interface for caching trajectory function values in one given h5py group, used as composite class in |
|
Abstract base class defining the interface for TrajectoryFunctionValueCaches. |
|
Interface for caching trajectory function values in multiple h5py groups. |
|
Interface for caching trajectory function values in memory using a dict. |
|
Interface for caching trajectory function values in a numpy npz file. |
Exceptions
|
Error raised by |
|
Error raised by |
|
Error raised by |