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

Constraint Options #926

Closed
sbembenek18 opened this issue Dec 12, 2023 · 3 comments · Fixed by #928
Closed

Constraint Options #926

sbembenek18 opened this issue Dec 12, 2023 · 3 comments · Fixed by #928

Comments

@sbembenek18
Copy link

rather than using the keywords 'atoms' or 'elements' for $constrain, is it possible to simply have 'all' as an option -- as in all atoms in the file.

@MtoLStoN
Copy link
Member

MtoLStoN commented Dec 12, 2023

We provide already the possibility to constrain all bonds, torsions and angles by setting a detailed input as:

$constrain
   all bonds=true
   all angles=true
   all torsions=true

Is this sufficient for your use case or do you need another option? Additionally, you could constrain all atoms by just using a range of atoms.

$constrain
   atoms=1-XX

@Albkat
Copy link
Contributor

Albkat commented Dec 12, 2023

This feature will be covered by this PR #928

@sbembenek18
Copy link
Author

Thanks

@Albkat Albkat linked a pull request Jan 25, 2024 that will close this issue
This issue was closed.
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 a pull request may close this issue.

3 participants