Skip to content

BUG: Fix Mismatch of Atoms object error in GPAW

Jussi Enkovaara requested to merge jussie/ase:atom-mismatch-error into master

When multiple MPI tasks perform the same structural optimization step, atomic positions can differ slightly due to nature of floating point arithmetic. This can further lead into errors in calculator. The fix here synchronizes atomic position after updates.

Merge request reports