Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add additional isomorphism tests to molecular mapping. #519

Open
SamTov opened this issue Apr 21, 2022 · 0 comments
Open

Add additional isomorphism tests to molecular mapping. #519

SamTov opened this issue Apr 21, 2022 · 0 comments

Comments

@SamTov
Copy link
Member

SamTov commented Apr 21, 2022

What feature would you like to see added?
We could add two new approximate isomorphism tests to the molecular graph.

  • Check total number of bonds is correct. This is the sum over the adjacency matrix.
  • Check rank of each atom. This is the row-wise sum over the adjacency matrix.

This will give us the four fundamental tests if isomorphism as well as a species included test giving us an even stronger assurance of isomorphism without a complete test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant