Closed nshervt closed 5 years ago
I was trying to get the nodes and adjacency matrix of a drug-like molecule. While doing this, I encountered the following message:
I don't quite know how to handle stereo yet...
However, code returns nodes vector and adjacency matrix that I wanted. I was wondering if the returned values are valid or they should be discarded.
Hi,
Yes, the graph parsed should still be valid, but any stereochemical information (R/S and E/Z) will have been discarded.
Thanks!
I was trying to get the nodes and adjacency matrix of a drug-like molecule. While doing this, I encountered the following message:
I don't quite know how to handle stereo yet...
However, code returns nodes vector and adjacency matrix that I wanted. I was wondering if the returned values are valid or they should be discarded.