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
Say we have a template that is generated on the fly, and our desires is to append it to the library of known building blocks. Say the graph embedded in the template, let's call it Ga, is asymmetric. Such graph might be isomorphic with a symmetric graph. call it Gb. We would probably want to store Gb rather than Ga because from Ga we can build ONLY asymmetric graphs, while Gb allows to build both symmetric and asymmetric graphs.
See FRagmentSpace.addFusedRingsToFragmentLibrary()
The text was updated successfully, but these errors were encountered:
Say we have a template that is generated on the fly, and our desires is to append it to the library of known building blocks. Say the graph embedded in the template, let's call it Ga, is asymmetric. Such graph might be isomorphic with a symmetric graph. call it Gb. We would probably want to store Gb rather than Ga because from Ga we can build ONLY asymmetric graphs, while Gb allows to build both symmetric and asymmetric graphs.
See FRagmentSpace.addFusedRingsToFragmentLibrary()
The text was updated successfully, but these errors were encountered: