-
- Downloads
Fixed a bug concerning the initialization of the magnetic fields.
In CalculationData, the bfield is read for every atom and then initialized only for the locally treated atoms. Thus, the bfield has to be accessed differently from the other quantities that are only allocated for the local atoms. Also, I restructured and commented lots of code while looking for the bug.