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

add cycle_break attribute to molsetup Bond #254

Merged
merged 5 commits into from
Jan 13, 2025
Merged

Conversation

diogomart
Copy link
Contributor

This is to support a more general macrocyle bond breaking scheme in future autodock, which does not depend on atom types such as CG0/G0. Adds option untyped_macrocycle to MoleculePreparation to skip assigning the CG/G types, and to allow any rotatable bond to be broken for macrocycle sampling, instead of allowing only bonds between atoms of type C.

@diogomart diogomart changed the base branch from release to develop January 9, 2025 03:31
@diogomart diogomart changed the base branch from develop to release January 12, 2025 05:53
@diogomart diogomart changed the base branch from release to develop January 12, 2025 05:53
@diogomart diogomart requested a review from rwxayheee January 13, 2025 17:56
@diogomart
Copy link
Contributor Author

@rwxayheee do you like Bond.breakable ? I considered also broken, cycle_break, and to_break. Didn't go with cycle_break because it could be used beyond macrocycles. If it doesn't sound wrong to you, it's good enough.

Copy link
Contributor

@rwxayheee rwxayheee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @diogomart, The names and concepts make sense to me. Looks good to me, I approve the PR. Thank you!

@diogomart diogomart merged commit 4c96099 into develop Jan 13, 2025
1 check passed
@diogomart diogomart deleted the bond_break_attribute branch January 13, 2025 18:12
@diogomart
Copy link
Contributor Author

Thank you

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

Successfully merging this pull request may close these issues.

2 participants