ensemble.sampling#
Utility functions to sample from ensembles.
Initialize Simulation#
|
Initializes a dataclass containing information for the simulator on simulation time and saving states. |
|
Initializes the simulator template and reference state. |
Run Simulation#
|
Initializes a function to computes a trajectory. |
The following states are necessary in the scope of the module:
|
A dataclass containing run-times for the simulation. |
|
A tuple of simulator state and neighbor list state. |
|
A dataclass storing information of a generated trajectory. |
Compute Quantities#
|
Computes quantities of interest for all states in a trajectory. |
Utilities#
|
Converts kwargs to the simulator to time-dependent functions. |
|
Runs a simulation with frequently saved states. |
|
Initializes a function to run a simulation to the next printout state. |