Skip to content

Removing useless operations

Nicolas Tancogne-Dejean requested to merge zero_filling into develop

Description

Removing some useless operations on batches performed when a phase was added to the wavefunction in the Hamiltonian apply routine. This makes the code faster in the corresponding cases.

News snippet

Removing some useless operations related to the application of the phase in the Hamiltonian.

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 Micael Oliveira

Merge request reports