You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
What feature would you like to see added?
We could add two new approximate isomorphism tests to the molecular graph.
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.
The text was updated successfully, but these errors were encountered: