Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 717 Bytes

File metadata and controls

22 lines (16 loc) · 717 Bytes

Automatic workflow

Though alchemlyb is a library offering great flexibility in deriving free energy estimate, it also provides workflows that provides automatic analysis of the results and step-by-step version that allows more flexibility.

For developers, the skeleton of the workflow should follow the example in :class:`alchemlyb.workflows.base.WorkflowBase`.

For users, alchemlyb offers a workflow :class:`alchemlyb.workflows.ABFE` similar to Alchemical Analysis for doing automatic absolute binding free energy (ABFE) analysis.

.. currentmodule:: alchemlyb.workflows

.. autosummary::
    :toctree: workflows

    base
    ABFE