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

Bug Fix for ASE 3.19.1 #93

Merged
merged 3 commits into from
Nov 14, 2022
Merged

Bug Fix for ASE 3.19.1 #93

merged 3 commits into from
Nov 14, 2022

Conversation

vieri2006
Copy link
Contributor

The ASE 3.19.1 MDMin Object needs self.nsteps reset so that the ml_opt object can do the optimization

vieri2006 and others added 3 commits July 5, 2020 02:18
Before: must turn the `full_output = True` or else the mlmin will repeat unending without learning new point
Fixing bugs in catlearn/optimize/mlmin.py in line 300 or the failed mlmin will repeat infinety
The ASE 3.19.1 MDMin object has nsteps attribute that stops the optimization if self.nsteps exceed the steps arg. Resetting the self.nsteps to 0 fix the problem
@mhangaard mhangaard mentioned this pull request Jul 24, 2020
@mhangaard
Copy link
Collaborator

Please check why the test are failing. Run the relevant tests locally according to these instructions: https://github.com/SUNCAT-Center/CatLearn/blob/master/test/README.md

@vieri2006
Copy link
Contributor Author

vieri2006 commented Jul 24, 2020 via email

@mhangaard mhangaard merged commit 9a65318 into SUNCAT-Center:master Nov 14, 2022
@mhangaard mhangaard mentioned this pull request Nov 14, 2022
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.

None yet

2 participants