Defining RBFE Calculations#
An AlchemicalNetwork for relative binding free energy calculations
can be easily created with a RBFEAlchemicalNetworkPlanner.
Creating the AlchemicalNetwork basically involves the following
three steps:
Creating a
LigandNetworkto represent the planned ligand transformations.Creating a
ChemicalSystem(which combines protein, solvent, and ligand) for each ligand.Using the
LigandNetworkto create theAlchemicalNetwork(where each node is aChemicalSystemand the edges also carry information about theProtocol).
Each aspect of this can be performed manually. For details on customizing
the LigandNetwork, see Defining the Ligand Network.