Skip to content

Latest commit

 

History

History
4 lines (2 loc) · 667 Bytes

README.md

File metadata and controls

4 lines (2 loc) · 667 Bytes

A* Atom Mapper

The A* algorithm of Heinonen et al. is an atom mapping algorithm based on the A* search technique. A* calculates the “cost” in terms of graph editing operations that transform the input graph into the the target graph. The algorithm uses the principle of minimal chemical distance (PMCD) to identify optimal mappings, i.e. those which require fewer graph editing operations. The PMCD states that most chemical reactions follow the shortest path for converting reactants into products, i.e. the path involving the smallest possible number of bond transformation.