zadorlab / sella

A Python software package for saddle point optimization and minimization of atomic systems.
https://www.ecc-project.org/
Other
72 stars 20 forks source link

Remove deprecated `force_consistent` parameter #46

Closed Andrew-S-Rosen closed 1 month ago

Andrew-S-Rosen commented 4 months ago

Closes #44 (CC @samblau, @juditzador). This PR removes the force_consistent: bool parameter since the force_consistent parameter was deprecated in ASE and has now been removed. I can confirm that the minimal example in the sella README runs appropriately with this patch.