Skip to content

Fix a bug in the offset of the spiral phase on GPUs.

Nicolas Tancogne-Dejean requested to merge fix_spiral_phase_gpu into main

Description

Fix a bug in the offset of the spiral phase on GPUs. The energy after the magnon kick was very different and is now much closer to the one before the kick, as it should be. It also matches the CPU energy.

News snippet

Fix a bug for the magnon kick on GPUs.

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