hdiag_mod Module



Contents


Subroutines

public subroutine HDIAG_neci(NDET, HAMIL, LAB, NROW, CK, W, WORK2, WORK, NBLOCKSTARTS, NBLOCKS)

.. Diagonalize

Read more…

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: NDET
real(kind=dp), intent(in) :: HAMIL(*)
integer, intent(in) :: LAB(*)
integer, intent(in) :: NROW(NDET)
real(kind=dp), intent(out) :: CK(NDET,NDET)
real(kind=dp), intent(inout) :: W(NDET)
real(kind=dp), intent(out) :: WORK2(3*NDET)
real(kind=dp), intent(out) :: WORK(*)
integer, intent(in) :: NBLOCKSTARTS(NBLOCKS+1)
integer, intent(in) :: NBLOCKS