Skip to content

BUG: Move set_calculator() call out of loop over atoms

username-removed-131198 requested to merge vasp-set-calculator-bug-fix into master

This MR fixes a small bug in ase/io/vasp.py in read_vasp_out(), to move the set_calculator outside of the loop over atoms.

Merge request reports