NLESC-JCER / Fortran_Davidson

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

Generalized eigenvalues #5

Closed NicoRenaud closed 5 years ago

NicoRenaud commented 5 years ago

The overlap is passed as last argument of the routine and is optional. If not present we default back to a normal eigenvalue problem. We should maybe change the name of the routine and remove the generalized_ ...

felipeZ commented 5 years ago

@NicoRenaud great job!