Functions/Subroutines | |
subroutine | read_input |
Variables | |
integer | Rc_range_spacing |
integer | Ncalc |
logical | calc_SC |
real(8) | gw_grid_separation |
integer | N_sym_points |
integer | Ndiv |
integer | reading_sk_format |
real(8), allocatable | SK_sym_pts |
integer, dimension(:), allocatable | dense |
subroutine m_rd_input::read_input | ( | ) |
Definition at line 21 of file m_rd_input.f90.
References calc_SC, dense, gw_grid_separation, Ncalc, Rc_range_spacing, reading_sk_format, and SK_sym_pts.
Referenced by GW().
logical m_rd_input::calc_SC |
Definition at line 8 of file m_rd_input.f90.
Referenced by GW(), and read_input().
integer,dimension(:),allocatable m_rd_input::dense |
Definition at line 17 of file m_rd_input.f90.
Referenced by GW(), and read_input().
real(8) m_rd_input::gw_grid_separation |
Definition at line 9 of file m_rd_input.f90.
Referenced by GW(), and read_input().
integer m_rd_input::N_sym_points |
Definition at line 13 of file m_rd_input.f90.
integer m_rd_input::Ncalc |
Definition at line 7 of file m_rd_input.f90.
Referenced by GW(), and read_input().
integer m_rd_input::Ndiv |
Definition at line 14 of file m_rd_input.f90.
integer m_rd_input::Rc_range_spacing |
Definition at line 6 of file m_rd_input.f90.
Referenced by GW(), and read_input().
integer m_rd_input::reading_sk_format |
Definition at line 15 of file m_rd_input.f90.
Referenced by GW(), and read_input().
real(8),allocatable m_rd_input::SK_sym_pts |
Definition at line 16 of file m_rd_input.f90.
Referenced by GW(), and read_input().