gufe.mapping.atom_mapper¶
Classes
|
A class for manufacturing mappings |
- class gufe.mapping.atom_mapper.AtomMapper(*args, **kwargs)¶
A class for manufacturing mappings
Implementations of this class can require an arbitrary and non-standardised number of input arguments to create.
Implementations of this class provide the
suggest_mappings()method- abstractmethod suggest_mappings(A: Component, B: Component) Iterator[AtomMapping]¶
Suggests possible mappings between two Components
Suggests zero or more
AtomMappingobjects, which are possible atom mappings between twoComponentobjects.