Skip to content

GPU and phase correction

Nicolas Tancogne-Dejean requested to merge gpu_phase_corr into main

Description

The phase correction is now a buffer stored on the GPU during the full calculation. This reduces significantly the number of transfers for periodic systems.

News snippet

Add here a one line description to be included in the Changes page. You can delete this section if the changes are trivial and of no consequence for the users.

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