-
Notifications
You must be signed in to change notification settings - Fork 177
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
remove MaxForceErrorHandler #776
Comments
Hi, I am happy to make a PR to address this issue. The As far as I can tell, this should not be replaced by the DriftErrorHandler, which is doing something different and is already included in the So I will make a PR today that just deletes all references to Because it is such a quick fix (and very hard to catch once calculations are done) I will also include the parameter change for R2SCAN as mentioned recently by @arosen93 in #774 . But if this should be a different PR, I am happy to exclude this as well. Maybe @janosh can chime in on this? I feel that this is a small, easy, but quite important fix. Especially since the newest versions of custodian have introduced some important bug fixes for vasp calculations (materialsproject/custodian#264) and of course other features and fixes. Note that of now, installing |
Feel free to lump into 1 PR. We definitely need a new |
This bug was solved in #778, I think this issue can be closed. |
The forum seems to be down therefore I am posting this bug report here.
Following the tutorial and running
add -l vasp -s optimize_only.yaml -m mp-149 -c '{"vasp_cmd": ">>vasp_cmd<<", "db_file": ">>db_file<<"}'
leads to an issue as the MaxForceErrorHandler was removed from custodian following materialsproject/custodian#103 . From checking the custodian code I assume it should be replaced with the DriftErrorHandler or just deleted but I am not sure.
The text was updated successfully, but these errors were encountered: