Skip to content

Fix for HF with k-point parallelization without ACE

Nicolas Tancogne-Dejean requested to merge fix_array_dim into hotfix-13.1

Description

Fix an array out-of-bound exception for HF with k-point parallelization without ACE. The array needs to be global for the code to work.

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