Skip to content

MAINT: Remove set_atoms() hack in neb.py

username-removed-473205 requested to merge AlTy/ase:neb_set_atoms into master

The line image.get_calculator().set_atoms(image) was used for Jacapo, and is an old hack. If still relevant, we should find a different solution, as this potentially breaks other calculators with a set_atoms() method.

Merge request reports