Skip to content

Hotfix fft 1D 1D

Nicolas Tancogne-Dejean requested to merge hotfix_fft_1d_1d into hotfix-9.2

Description

Fix the kernel for 1D periodic FFTs. The G=0 component was not calculated and was using instead G=1. All the other kernel seem the do the pading of frequencies properly.

News snippet

Fix the kernel for 1D periodic FFTs.

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