Go to the source code of this file.
Functions/Subroutines | |
subroutine | genhmlt (ik, vmt, vir, bmt, bir, kmat, pmat, h) |
subroutine genhmlt | ( | integer, intent(in) | ik, |
real(8), dimension(npcmtmax,natmtot), intent(in) | vmt, | ||
real(8), dimension(ngtc), intent(in) | vir, | ||
real(8), dimension(npcmtmax,natmtot,ndmag), intent(in) | bmt, | ||
real(8), dimension(ngtc,ndmag), intent(in) | bir, | ||
complex(8), dimension(nstsv,nstsv), intent(in) | kmat, | ||
complex(8), dimension(nstsv,nstsv,3), intent(in) | pmat, | ||
complex(8), dimension(nstsv,nstsv), intent(out) | h | ||
) |
Definition at line 6 of file genhmlt.f90.