Functions/Subroutines | |
subroutine | rd_dat_ns_nb |
subroutine | rd_dat_umat |
subroutine | rd_dat_wan |
subroutine | rd_dat_hmatr |
Variables | |
integer | Mb |
integer | Mt |
integer, allocatable | Ns |
integer, allocatable | Nb |
integer, allocatable | Nt |
integer | NWF |
complex(8), allocatable | UNT |
complex(8), allocatable | C0_WN |
complex(8), allocatable | H_MAT_R |
subroutine m_rd_dat_wan::rd_dat_hmatr | ( | ) |
Definition at line 96 of file m_rd_dat_wan.f90.
Referenced by GW().
subroutine m_rd_dat_wan::rd_dat_ns_nb | ( | ) |
subroutine m_rd_dat_wan::rd_dat_umat | ( | ) |
subroutine m_rd_dat_wan::rd_dat_wan | ( | ) |
Definition at line 60 of file m_rd_dat_wan.f90.
References C0_WN, m_rd_dat_wfn::NG0, and m_rd_dat_wfn::NTG.
Referenced by GW().
complex(8),allocatable m_rd_dat_wan::C0_WN |
Definition at line 18 of file m_rd_dat_wan.f90.
Referenced by GW(), and rd_dat_wan().
complex(8),allocatable m_rd_dat_wan::H_MAT_R |
Definition at line 20 of file m_rd_dat_wan.f90.
integer m_rd_dat_wan::Mb |
Definition at line 10 of file m_rd_dat_wan.f90.
Referenced by GW(), rd_dat_ns_nb(), and rd_dat_umat().
integer m_rd_dat_wan::Mt |
Definition at line 10 of file m_rd_dat_wan.f90.
Referenced by GW(), and rd_dat_ns_nb().
integer,allocatable m_rd_dat_wan::Nb |
Definition at line 12 of file m_rd_dat_wan.f90.
Referenced by GW(), rd_dat_ns_nb(), and rd_dat_umat().
integer,allocatable m_rd_dat_wan::Ns |
Definition at line 11 of file m_rd_dat_wan.f90.
Referenced by GW(), and rd_dat_ns_nb().
integer,allocatable m_rd_dat_wan::Nt |
Definition at line 13 of file m_rd_dat_wan.f90.
integer m_rd_dat_wan::NWF |
Definition at line 15 of file m_rd_dat_wan.f90.
complex(8),allocatable m_rd_dat_wan::UNT |
Definition at line 16 of file m_rd_dat_wan.f90.
Referenced by GW(), and rd_dat_umat().