Skip to content

Standardize optimizers maximum step size

Kathleen Mullin requested to merge kmullin/ase:standardize-optimizers into master

Changes made to standardize max step variable name to maxstep and default value to 0.2 for bfgs, lbfgs, fire, and mdmin optimizers. Description of changes added to the release notes. I'm unsure if there are tests that this change will impact and what would need to be done to fix those.

Merge request reports