NLESC-JCER / Fortran_Davidson

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

split implementation into smaller modules #20

Closed felipeZ closed 5 years ago

felipeZ commented 5 years ago

19

NicoRenaud commented 5 years ago

I was thinking having a davidson_dense module and a davidson_matrix_free module. But then I guess we can't have a common interface.