matel_getter Module



Contents


Functions

public function get_diagonal_matel(nI, ilut) result(diagH)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: nI(nel)
integer(kind=n_int), intent(in) :: ilut(0:NIfTot)

Return Value real(kind=dp)

public function get_off_diagonal_matel(det, ilut) result(offdiagH)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: det(nel)
integer(kind=n_int), intent(in) :: ilut(0:NIfTot)

Return Value real(kind=dp)