Utils¶
Input/Output¶
Helper functions for loading dataframes (incl. PLUMED files) and directly creating datasets from them.
|
Load dataframe(s) from file(s). |
|
Initialize a dataset from (a list of) files. |
Time-lagged datasets¶
Create a dataset of pairs of time-lagged configurations.
|
Create a DictDataset of time-lagged configurations. |
FES¶
Compute (and plot) the free energy surface along the CVs.
|
Compute the Free Energy Surface using a kernel density estimation (KDE) along the given variables. |
Trainer¶
Functions used in conjunction with the lightning Trainer (e.g. logging, metrics…).
Lightning callback which saves logged metrics into a dictionary. |
Plot¶
|
Plot logged metrics. |
|
Plot distribution of the given features. |