Functions/Subroutines | |
subroutine | rd_dat_chi_cutoff |
subroutine | rd_dat_ttrhdrn |
subroutine | rd_dat_wgrid |
subroutine | rd_dat_sq |
subroutine | rd_dat_eps |
Variables | |
real(8) | Ecut_for_eps |
real(8) | idlt |
real(8) | dmna |
real(8) | dmnr |
integer | Num_freq_grid |
integer | ne |
complex(8), dimension(:), allocatable | em |
complex(8), dimension(:), allocatable | pole_of_chi |
complex(8), dimension(:,:), allocatable | mat_b |
integer | Nq_irr |
integer | NTQ |
integer | NTGQ |
integer | Lq1 |
integer | Lq2 |
integer | Lq3 |
real(8), allocatable | SQI |
real(8), allocatable | SQ |
integer, dimension(:), allocatable | numirrq |
integer, dimension(:), allocatable | numrotq |
integer, dimension(:), allocatable | trsq |
integer, allocatable | RWq |
integer, allocatable | LG0 |
integer, allocatable | NGQ_eps |
integer, allocatable | NGQ_psi |
integer, dimension(:,:,:,:), allocatable | packingq |
complex(4), dimension(:,:,:,:), allocatable | epsirr |
subroutine m_rd_dat_eps::rd_dat_chi_cutoff | ( | ) |
Definition at line 42 of file m_rd_dat_eps.f90.
References Ecut_for_eps.
Referenced by GW().
subroutine m_rd_dat_eps::rd_dat_eps | ( | ) |
subroutine m_rd_dat_eps::rd_dat_sq | ( | ) |
Definition at line 117 of file m_rd_dat_eps.f90.
References Ecut_for_eps, m_rd_dat_wfn::Ecut_for_psi, kcheck(), kcheck_trs(), LG0, Lq1, Lq2, Lq3, make_LG0(), NGQ_eps, NGQ_psi, Nq_irr, m_rd_dat_wfn::NTG, NTGQ, NTQ, numirrq, numrotq, packingq, RWq, SQ, SQI, and trsq.
Referenced by GW().
subroutine m_rd_dat_eps::rd_dat_ttrhdrn | ( | ) |
Definition at line 50 of file m_rd_dat_eps.f90.
Referenced by GW().
subroutine m_rd_dat_eps::rd_dat_wgrid | ( | ) |
Definition at line 58 of file m_rd_dat_eps.f90.
References invmat_complex(), mat_b, ne, Num_freq_grid, and pole_of_chi.
Referenced by GW().
real(8) m_rd_dat_eps::dmna |
Definition at line 13 of file m_rd_dat_eps.f90.
real(8) m_rd_dat_eps::dmnr |
Definition at line 14 of file m_rd_dat_eps.f90.
real(8) m_rd_dat_eps::Ecut_for_eps |
Definition at line 10 of file m_rd_dat_eps.f90.
Referenced by GW(), rd_dat_chi_cutoff(), and rd_dat_sq().
complex(8),dimension(:),allocatable m_rd_dat_eps::em |
Definition at line 18 of file m_rd_dat_eps.f90.
complex(4),dimension(:,:,:,:),allocatable m_rd_dat_eps::epsirr |
Definition at line 39 of file m_rd_dat_eps.f90.
Referenced by GW(), and rd_dat_eps().
real(8) m_rd_dat_eps::idlt |
Definition at line 12 of file m_rd_dat_eps.f90.
integer,allocatable m_rd_dat_eps::LG0 |
Definition at line 32 of file m_rd_dat_eps.f90.
Referenced by GW(), and rd_dat_sq().
integer m_rd_dat_eps::Lq1 |
Definition at line 25 of file m_rd_dat_eps.f90.
Referenced by GW(), and rd_dat_sq().
integer m_rd_dat_eps::Lq2 |
Definition at line 25 of file m_rd_dat_eps.f90.
Referenced by GW(), and rd_dat_sq().
integer m_rd_dat_eps::Lq3 |
Definition at line 25 of file m_rd_dat_eps.f90.
Referenced by GW(), and rd_dat_sq().
complex(8),dimension(:,:),allocatable m_rd_dat_eps::mat_b |
Definition at line 20 of file m_rd_dat_eps.f90.
Referenced by GW(), and rd_dat_wgrid().
integer m_rd_dat_eps::ne |
Definition at line 17 of file m_rd_dat_eps.f90.
Referenced by GW(), rd_dat_eps(), and rd_dat_wgrid().
integer,allocatable m_rd_dat_eps::NGQ_eps |
Definition at line 33 of file m_rd_dat_eps.f90.
Referenced by GW(), rd_dat_eps(), and rd_dat_sq().
integer,allocatable m_rd_dat_eps::NGQ_psi |
Definition at line 34 of file m_rd_dat_eps.f90.
Referenced by GW(), and rd_dat_sq().
integer m_rd_dat_eps::Nq_irr |
Definition at line 22 of file m_rd_dat_eps.f90.
Referenced by GW(), rd_dat_eps(), and rd_dat_sq().
integer m_rd_dat_eps::NTGQ |
Definition at line 24 of file m_rd_dat_eps.f90.
Referenced by GW(), rd_dat_eps(), and rd_dat_sq().
integer m_rd_dat_eps::NTQ |
Definition at line 23 of file m_rd_dat_eps.f90.
Referenced by GW(), and rd_dat_sq().
integer m_rd_dat_eps::Num_freq_grid |
Definition at line 16 of file m_rd_dat_eps.f90.
Referenced by GW(), and rd_dat_wgrid().
integer,dimension(:),allocatable m_rd_dat_eps::numirrq |
Definition at line 28 of file m_rd_dat_eps.f90.
Referenced by GW(), and rd_dat_sq().
integer,dimension(:),allocatable m_rd_dat_eps::numrotq |
Definition at line 29 of file m_rd_dat_eps.f90.
Referenced by GW(), and rd_dat_sq().
integer,dimension(:,:,:,:),allocatable m_rd_dat_eps::packingq |
Definition at line 35 of file m_rd_dat_eps.f90.
Referenced by GW(), and rd_dat_sq().
complex(8),dimension(:),allocatable m_rd_dat_eps::pole_of_chi |
Definition at line 19 of file m_rd_dat_eps.f90.
Referenced by GW(), and rd_dat_wgrid().
integer,allocatable m_rd_dat_eps::RWq |
Definition at line 31 of file m_rd_dat_eps.f90.
Referenced by GW(), and rd_dat_sq().
real(8),allocatable m_rd_dat_eps::SQ |
Definition at line 27 of file m_rd_dat_eps.f90.
Referenced by GW(), and rd_dat_sq().
real(8),allocatable m_rd_dat_eps::SQI |
Definition at line 26 of file m_rd_dat_eps.f90.
Referenced by GW(), and rd_dat_sq().
integer,dimension(:),allocatable m_rd_dat_eps::trsq |
Definition at line 30 of file m_rd_dat_eps.f90.
Referenced by GW(), and rd_dat_sq().