AlchemicalNetwork#
- class openfe.setup.AlchemicalNetwork(edges: Iterable[Transformation] | None = None, nodes: Iterable[ChemicalSystem] | None = None, name: str | None = None)#
Bases:
GufeTokenizableA network with all the information needed for a simulation campaign.
Nodes are
ChemicalSysteminstances and edges areTransformationinstances.Methods
Attributes
Network edges as a
frozensetofTransformationinstances.Optional identifier for the network.
Network nodes as a
frozensetofChemicalSysteminstances.- property edges: frozenset[Transformation]#
Network edges as a
frozensetofTransformationinstances.
- classmethod from_graphml(str)#
- property graph#
- property nodes: frozenset[ChemicalSystem]#
Network nodes as a
frozensetofChemicalSysteminstances.