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

Use defaults of LocalEnergyMinimizer.minimize #31

Merged
merged 2 commits into from
Mar 27, 2024

Conversation

mattwthompson
Copy link
Member

Resolves #30

We might want to stew on this one for a bit. Lexi's report suggest this would produce different MM conformers and I'm guessing this might also impact the time OpenMM spends minimizing each structure. (I don't know if this would be faster or slower.)

Comment on lines +185 to +189
openmm.LocalEnergyMinimizer.minimize(
context=context,
tolerance=10,
maxIterations=0,
)
Copy link
Member Author

Choose a reason for hiding this comment

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

@codecov-commenter
Copy link

Codecov Report

Merging #31 (ccc8bef) into main (6013ee1) will not change coverage.
The diff coverage is 100.00%.

Additional details and impacted files

@mattwthompson mattwthompson merged commit e15c036 into main Mar 27, 2024
5 checks passed
@mattwthompson mattwthompson deleted the minimization-defaults branch November 25, 2024 18:36
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.

Looser (or user-defined) tolerance for geometry optimization
2 participants