Skip to content

Remove useless phase operation

Nicolas Tancogne-Dejean requested to merge remove_useless_op into main

Description

As the batch is only used to compute the density (using only np points), the phase correction (for np+1 to np_part) does not need to be removed.

News snippet

Small optimization for the ETRS propagator.

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