Skip to content

Fix oep polarized

Nicolas Tancogne-Dejean requested to merge fix_oep_polarized into hotfix-10.5

Description

Fixes the spin indices in the OEP full calculation. The KLI code was wrongly storing everything in oep%vxc(:,1) which led to a wrong mixing for the OEP full case. The code now produces

News snippet

Bugfix for spin polarized OEP full calculation.

Checklist

  • I have checked that my code follows the Octopus coding standards
  • I have added tests for all the new features added in this request.

Merge request reports