Skip to content

Fixes the lcao_init routine for spinors

Nicolas Tancogne-Dejean requested to merge fix_lcao_init_spinors into release-10.0

Description

Fixes the lcao_init routine for spinors

For the spinor case, we only have one orbital for per spin channel. This commit produces lcao wavefunctions which are properly distributed among up and down channels. This is particularly visible in case like He, for which the code was producing two states with only up components instead of one fully up and one fully down.

News snippet

Fixes the lcao_init routine for spinors

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