Skip to content

Adding support for complex-to-complex FFT in the Poisson solver

Nicolas Tancogne-Dejean requested to merge complex_fft into develop

Description

Adding support for complex-to-complex FFT in the Poisson solver. The two-body integrals and related exchange integrals are now computed using a dedicated Poisson solver that belongs to the exchange operator.

This is part of !555 (closed) .

News snippet

Adding support for complex-to-complex FFT in the Poisson solver.

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.
Edited by Martin Lueders

Merge request reports