NLESC-JCER / Fortran_Davidson

Davidson eigensolver implemented in Fortran
Apache License 2.0
16 stars 4 forks source link

Change the max dimension of the subspace #7

Closed felipeZ closed 5 years ago

felipeZ commented 5 years ago

Currently the maximum dimension of the subspace is set to half the number of columns of the matrix. This number is too big. Make this dimension an optional value and add a default value of 10 times the number of requested eigenvalues