qp2/src/dav_general_mat
Abdallah Ammar 6235c2015d added non-sym diag for tc-rpa 2023-12-22 20:15:58 +01:00
..
NEED added dav_general_mat to src 2021-07-02 16:18:13 +02:00
README.rst added some documentation in the README.rst for dav_general_mat 2021-07-02 18:12:37 +02:00
dav_diag_dressed_ext_rout.irp.f Fixed Conflict 2023-09-15 11:37:11 +02:00
dav_diag_dressed_ext_rout_nonsym_B1space.irp.f minor modif in non-sym Dav 2023-06-21 10:44:37 +02:00
dav_double_dress_ext_rout.irp.f Fixed Conflict 2023-09-15 11:37:11 +02:00
dav_dressed_ext_rout.irp.f Fixed Conflict 2023-09-15 11:37:11 +02:00
dav_ext_rout.irp.f Fixed Conflict 2023-09-15 11:37:11 +02:00
dav_ext_rout_nonsym_B1space.irp.f added non-sym diag for tc-rpa 2023-12-22 20:15:58 +01:00
dav_general.irp.f Fixed Conflict 2023-09-15 11:37:11 +02:00
test_dav.irp.f added dav_dressed_ext_rout.irp.f 2021-09-28 00:30:10 +02:00

README.rst

===============
dav_general_mat
===============

This modules allows to use the Davidson Algorithm for general squared symmetric matrices 
You have two options : 
 a)  the routine "davidson_general" to whom you pass the matrix you want to diagonalize
 b)  the routine "davidson_general_ext_rout" to whom you pass the subroutine that realizes v = H u 

See the routines in "test_dav.irp.f" for a clear example.