Bugfix: lower bound phase array
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
Activity
changed milestone to %10.0
added Bug label
assigned to @martin.lueders
The routine computes the Coulomb integrals. There are four wavefunctions involved and all the combinations of k1, k2, k3, k4 can be involved. The distribution of this calculation in memory would be quite involved, as we would need to communicate all the wavefunctions in a smart way, and this would still be very expensive I guess...
We might need to do it at some point for the GKBA implementation that Angel is pushing right now.
mentioned in commit bf406b75
added Bugfix in Changelog labels