Skip to content

zotko/a-star-atom-mapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Atom mapping script based on the A* algorithm.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages