Generalized eigenvalue and matrix free
Pre-release
Pre-release
Version 0.0.2
Added
- Algorithm for the Generalized eigenvalue problem using the Davidson method.
- Matrix free implementation of the Davidson method using the DPR correction.
- Tests for the lapack wrappers.
Changed
-
Append the orthonormalized correction vector to the previous subspace by computing only the
matrix elements involved with the new correction vector. -
Used as maximum dimension of the subspace 10 times the number of requested eigenvalues.