Skip to content

Optim orthogonalization cg

Nicolas Tancogne-Dejean requested to merge optim_orthogonalization_cg into develop

Description

In some case, makes the orthogonalization used in cg and cg_new eigensolver faster, as it remove the useless copies in memory.

News snippet

Optimization of cg and cg_new in some case.

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