Skip to content

Bugfix: lower bound phase array

Nicolas Tancogne-Dejean requested to merge fix_phase_bound into develop

Description

Fix the lower bound of the phase argument. This bug went silent as the routine is not called in k-point parallelization, as this is not implemented at the moment.

News snippet

Bug fix not affecting the code results.

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