This pipeline is executing a RE-EDS run for relative free energy calculations. It can be used for example for calculation of hydration free energies or ligand binding free energies.
Calculate and plot the number of times a trajectory switches its maximally contributing state to another. The calculation is based on the GROMOS-format repdat.
The plots are generated with plotly, thereby adding a new dependency to REEDS.
These analysis functions are not yet added anywhere in the pipeline.
The functions are now updated to use the ExpandedRepdat recently introduced in pygromos.
(It is instantiated from a Repdat object: exp_repdat = ExpandedRepdat(repdat))
Calculate and plot the number of times a trajectory switches its maximally contributing state to another. The calculation is based on the GROMOS-format repdat.
The plots are generated with plotly, thereby adding a new dependency to REEDS.
These analysis functions are not yet added anywhere in the pipeline.