Functions/Subroutines | |
subroutine | calc_fat_band (NWF, NSK_BAND_DISP, DIST, EKS, VKS) |
subroutine | wrt_fat_band (NWF, NSK_BAND_DISP, filename, DIST, EKS, VKS) |
subroutine | calc_fat_band_pm3d (NWF, NSK_BAND_DISP, filename, DIST, EKS, VKS) |
subroutine | est_ndosgrd (NTB, NTK, E_EIG, deltw, emin, emax, ndosgrd) |
subroutine | make_dosgrd (emin, deltw, ndosgrd, dosgrd) |
subroutine m_fat_band::calc_fat_band | ( | integer,intent(in) | NWF, | |
integer,intent(in) | NSK_BAND_DISP, | |||
real(8),dimension(nsk_band_disp),intent(in) | DIST, | |||
real(8),dimension(nwf,nsk_band_disp),intent(in) | EKS, | |||
complex(8),dimension(nwf,nwf,nsk_band_disp),intent(in) | VKS | |||
) |
Definition at line 5 of file m_fat_band.f90.
References calc_fat_band_pm3d(), and wrt_fat_band().
Referenced by WANNIER().
subroutine m_fat_band::calc_fat_band_pm3d | ( | integer,intent(in) | NWF, | |
integer,intent(in) | NSK_BAND_DISP, | |||
character(99),intent(in) | filename, | |||
real(8),dimension(nsk_band_disp),intent(in) | DIST, | |||
real(8),dimension(nwf,nsk_band_disp),intent(in) | EKS, | |||
complex(8),dimension(nwf,nwf,nsk_band_disp),intent(in) | VKS | |||
) |
Definition at line 64 of file m_fat_band.f90.
References est_ndosgrd(), and make_dosgrd().
Referenced by calc_fat_band().
subroutine m_fat_band::est_ndosgrd | ( | integer,intent(in) | NTB, | |
integer,intent(in) | NTK, | |||
real(8),dimension(ntb,ntk),intent(in) | E_EIG, | |||
real(8),intent(in) | deltw, | |||
real(8),intent(out) | emin, | |||
real(8),intent(out) | emax, | |||
integer,intent(out) | ndosgrd | |||
) |
Definition at line 131 of file m_fat_band.f90.
Referenced by calc_fat_band_pm3d().
subroutine m_fat_band::make_dosgrd | ( | real(8),intent(in) | emin, | |
real(8),intent(in) | deltw, | |||
integer,intent(in) | ndosgrd, | |||
real(8),dimension(ndosgrd),intent(out) | dosgrd | |||
) |
Definition at line 162 of file m_fat_band.f90.
Referenced by calc_fat_band_pm3d().
subroutine m_fat_band::wrt_fat_band | ( | integer,intent(in) | NWF, | |
integer,intent(in) | NSK_BAND_DISP, | |||
character(99),intent(in) | filename, | |||
real(8),dimension(nsk_band_disp),intent(in) | DIST, | |||
real(8),dimension(nwf,nsk_band_disp),intent(in) | EKS, | |||
complex(8),dimension(nwf,nwf,nsk_band_disp),intent(in) | VKS | |||
) |
Definition at line 24 of file m_fat_band.f90.
Referenced by calc_fat_band().