pwdft
0.1
PW-DFT code for education
|
Functions/Subroutines | |
subroutine | ksum_rho () |
subroutine | ksum_dos () |
DOS. More... | |
Variables | |
integer, save | nk |
integer, dimension(3), save | kgrd |
integer, dimension(:,:), allocatable, save | tetra |
real(8), dimension(:,:), allocatable, save | kvec |
subroutine k_point::ksum_rho |
Definition at line 35 of file k_point.F90.
References atm_spec::bvec, kohn_sham::ef, kohn_sham::eval, kohn_sham::evec, fftw_wrapper::fft_g2r_w(), gvec::g_rh, gvec::g_wf, kgrd, kohn_sham::nbnd, atm_spec::nelec, and rho_v::rho.
Referenced by scf::kohn_sham_eq().
subroutine k_point::ksum_dos |
DOS.
Definition at line 63 of file k_point.F90.
References atm_spec::bvec, kohn_sham::ef, kohn_sham::eval, constant::htr2ev, kgrd, and kohn_sham::nbnd.
Referenced by pwdft().
integer, save k_point::nk |
Definition at line 27 of file k_point.F90.
Referenced by plot::band_plot(), plot::fermi_plot(), energy::kinetic(), scf::kohn_sham_eq(), pwdft(), and stdin::read_stdin().
integer, dimension(3), save k_point::kgrd |
Definition at line 28 of file k_point.F90.
Referenced by plot::fermi_plot(), energy::kinetic(), ksum_dos(), ksum_rho(), and stdin::read_stdin().
integer, dimension(:,:), allocatable, save k_point::tetra |
Definition at line 29 of file k_point.F90.
real(8), dimension(:,:), allocatable, save k_point::kvec |
Definition at line 30 of file k_point.F90.
Referenced by plot::band_plot(), plot::fermi_plot(), energy::kinetic(), scf::kohn_sham_eq(), and stdin::read_stdin().