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

Uses of graph isomorphism and pynauty? #296

Closed
j2kun opened this issue Feb 17, 2024 · 2 comments
Closed

Uses of graph isomorphism and pynauty? #296

j2kun opened this issue Feb 17, 2024 · 2 comments

Comments

@j2kun
Copy link

j2kun commented Feb 17, 2024

Hello, I'm doing background research for a book and was browsing projects that relate to graph isomorphism. I've interviewed a bunch of computational chemists about this already (e.g., the developers of RDKit), and from that I've come to believe that most uses of graph isomorphism are actually subgraph isomorphism for substructure search and multiple common substructure (MCS).

So I was curious to see the mention of nauty and pynauty in the docs here. However, it's not clear to me what value a chemist might get from counting the automorphisms of a chemical graph. Could someone familiar with this (perhaps who wrote that doc) explain this to me, if it's not too much trouble?

@wojdyr
Copy link
Member

wojdyr commented Feb 19, 2024

Hi, I wrote these docs (BTW, the rendered version is here).

I tested building a graph in nauty with two potential uses in mind:

  1. Calculating RMSD, as described in in this post and discussed in [Feature Request] RMSD for comparing small molecules #43.
  2. A colleague was interested in using nauty for small molecules, but I don't remember what for.

I don't think that anyone used it so far, and I don't know how practical would it be to use it for 1.

@wojdyr wojdyr closed this as completed Feb 19, 2024
@j2kun
Copy link
Author

j2kun commented Feb 19, 2024

Thanks!

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

No branches or pull requests

2 participants