-
Notifications
You must be signed in to change notification settings - Fork 28
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
CRDGEN-272 #92
CRDGEN-272 #92
Conversation
smarter logic to select parent rings when generating coordinates for ring systems
@ZontaNicola - |
@ZontaNicola - |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me! :)
Changed the weights a bit so that when picking the "central" ring of a system we tend to pick rings that share more atoms with other rings. Since ring systems are built outwards, and the rings with the most connections are generally "hardest", this reduces the chance of rings turning back on themselves. also now when adding a side ring we try to align it with the already drawn ring that shares the most atoms with it.
Changed the weights a bit so that when picking the "central" ring of a system we tend to pick rings that share more atoms with other rings
also now when adding a side ring we try to align it with the already drawn ring that shares the most atoms with it
added a test