Go to the source code of this file.
Functions/Subroutines | |
subroutine | make_eks (NTK, NWF, Na1, Na2, Na3, HmatR, pf, EKS, VKS) |
subroutine | make_emk (NTK, NWF, nsgm, Na1, Na2, Na3, HmatT, pf, EMK) |
subroutine make_eks | ( | integer | NTK, | |
integer | NWF, | |||
integer | Na1, | |||
integer | Na2, | |||
integer | Na3, | |||
complex(8),dimension(nwf,nwf,-na1:na1,-na2:na2,-na3:na3) | HmatR, | |||
complex(8),dimension(-na1:na1,-na2:na2,-na3:na3,ntk) | pf, | |||
real(8),dimension(nwf,ntk) | EKS, | |||
complex(8),dimension(nwf,nwf,ntk) | VKS | |||
) |
Definition at line 1 of file sub_eigenvalue.f90.
References diagV().
Referenced by calc_gwdos(), and calc_ksdos().
subroutine make_emk | ( | integer | NTK, | |
integer | NWF, | |||
integer | nsgm, | |||
integer | Na1, | |||
integer | Na2, | |||
integer | Na3, | |||
complex(4),dimension(nwf,nwf,-na1:na1,-na2:na2,-na3:na3,nsgm) | HmatT, | |||
complex(8),dimension(-na1:na1,-na2:na2,-na3:na3,ntk) | pf, | |||
complex(8),dimension(nwf,ntk,nsgm) | EMK | |||
) |
Definition at line 45 of file sub_eigenvalue.f90.
Referenced by calc_gwakw(), and calc_gwdos().