Skip to content

Reduction of memory with new keyword mem_reduction

Elisa Rebolini requested to merge dev-lowmem into master

Two main changes were implemented

  • in the Davidson procedure, the eigenvectors Vm and Wm are saved on disk
  • in the computation of W_J = HV_I, the off-diagonal contributions IJ and JI are computed separately

Merge request reports