Functions/Subroutines | |
subroutine | rd_dat_hr |
subroutine | rd_dat_geom |
subroutine | rd_dat_bandkpts |
subroutine | rd_dat_mkkpts |
subroutine | rd_dat_ef |
Variables | |
integer | NWF |
complex(8), allocatable | HR |
integer | N_wannier_center |
real(8), dimension(3) | a1 |
real(8), dimension(3) | a2 |
real(8), dimension(3) | a3 |
real(8), dimension(3) | b1 |
real(8), dimension(3) | b2 |
real(8), dimension(3) | b3 |
real(8) | VOLUME |
real(8), dimension(:,:), allocatable | wcenter_lat |
integer | Ndiv |
integer | N_sym_points |
integer | NSK_BAND_DISP |
real(8), allocatable | SK_BAND_DISP |
integer | NTK |
integer | nkb1 |
integer | nkb2 |
integer | nkb3 |
integer | Na1 |
integer | Na2 |
integer | Na3 |
real(8), allocatable | SK0 |
real(8) | FermiEnergy_bandcalc |
subroutine m_rd_dat_zvo::rd_dat_bandkpts | ( | ) |
Definition at line 90 of file m_rd_dat_zvo.f90.
Referenced by main().
subroutine m_rd_dat_zvo::rd_dat_ef | ( | ) |
Definition at line 120 of file m_rd_dat_zvo.f90.
References FermiEnergy_bandcalc.
Referenced by main().
subroutine m_rd_dat_zvo::rd_dat_geom | ( | ) |
Definition at line 64 of file m_rd_dat_zvo.f90.
References N_wannier_center, OUTER_PRODUCT(), VOLUME, and wcenter_lat.
Referenced by main().
subroutine m_rd_dat_zvo::rd_dat_hr | ( | ) |
Definition at line 30 of file m_rd_dat_zvo.f90.
References HR.
Referenced by main().
subroutine m_rd_dat_zvo::rd_dat_mkkpts | ( | ) |
Definition at line 104 of file m_rd_dat_zvo.f90.
References est_nkbi().
Referenced by main().
real(8),dimension(3) m_rd_dat_zvo::a1 |
Definition at line 14 of file m_rd_dat_zvo.f90.
real(8),dimension(3) m_rd_dat_zvo::a2 |
Definition at line 14 of file m_rd_dat_zvo.f90.
real(8),dimension(3) m_rd_dat_zvo::a3 |
Definition at line 14 of file m_rd_dat_zvo.f90.
real(8),dimension(3) m_rd_dat_zvo::b1 |
Definition at line 15 of file m_rd_dat_zvo.f90.
real(8),dimension(3) m_rd_dat_zvo::b2 |
Definition at line 15 of file m_rd_dat_zvo.f90.
real(8),dimension(3) m_rd_dat_zvo::b3 |
Definition at line 15 of file m_rd_dat_zvo.f90.
Definition at line 27 of file m_rd_dat_zvo.f90.
Referenced by main(), and rd_dat_ef().
complex(8),allocatable m_rd_dat_zvo::HR |
Definition at line 11 of file m_rd_dat_zvo.f90.
Referenced by main(), and rd_dat_hr().
integer m_rd_dat_zvo::N_sym_points |
Definition at line 19 of file m_rd_dat_zvo.f90.
integer m_rd_dat_zvo::N_wannier_center |
Definition at line 13 of file m_rd_dat_zvo.f90.
Referenced by rd_dat_geom().
integer m_rd_dat_zvo::Na1 |
Definition at line 24 of file m_rd_dat_zvo.f90.
integer m_rd_dat_zvo::Na2 |
Definition at line 24 of file m_rd_dat_zvo.f90.
integer m_rd_dat_zvo::Na3 |
Definition at line 24 of file m_rd_dat_zvo.f90.
integer m_rd_dat_zvo::Ndiv |
Definition at line 19 of file m_rd_dat_zvo.f90.
integer m_rd_dat_zvo::nkb1 |
Definition at line 23 of file m_rd_dat_zvo.f90.
integer m_rd_dat_zvo::nkb2 |
Definition at line 23 of file m_rd_dat_zvo.f90.
integer m_rd_dat_zvo::nkb3 |
Definition at line 23 of file m_rd_dat_zvo.f90.
integer m_rd_dat_zvo::NSK_BAND_DISP |
Definition at line 19 of file m_rd_dat_zvo.f90.
integer m_rd_dat_zvo::NTK |
Definition at line 22 of file m_rd_dat_zvo.f90.
integer m_rd_dat_zvo::NWF |
Definition at line 10 of file m_rd_dat_zvo.f90.
real(8),allocatable m_rd_dat_zvo::SK0 |
Definition at line 25 of file m_rd_dat_zvo.f90.
real(8),allocatable m_rd_dat_zvo::SK_BAND_DISP |
Definition at line 20 of file m_rd_dat_zvo.f90.
real(8) m_rd_dat_zvo::VOLUME |
Definition at line 16 of file m_rd_dat_zvo.f90.
Referenced by rd_dat_geom().
real(8),dimension(:,:),allocatable m_rd_dat_zvo::wcenter_lat |
Definition at line 17 of file m_rd_dat_zvo.f90.
Referenced by main(), and rd_dat_geom().