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
Those rings aren't bonded - they're just drawn far too close to each other. So this looks to be a problem with the "overlap resolution" step of the layout algorithm. When I dump the per-vertex overlap scores, I see 4 vertices with scores of ~1 while the rest have ~0. So the overlap is detected, but the algorithm isn't able to fix it.
Ideally you could set the overlapResolutionIterations option to something higher (the default is 1), but that doesn't seem to help in this case.
it generated wrong depiction as to this SMILES:


O(C(c1cccc2c1cccc2)c3cccc4ccccc34)C(C(C)Sc5ccc(cc5)Br)=O
right depiction should be:
The text was updated successfully, but these errors were encountered: