pwdft
0.1
PW-DFT code for education
|
Functions/Subroutines | |
subroutine | direct (npw, kvec, evec, eval) |
subroutine diag_direct::direct | ( | integer, intent(in) | npw, |
real(8), dimension(3), intent(in) | kvec, | ||
complex(8), dimension(npw,nbnd), intent(out) | evec, | ||
real(8), dimension(nbnd), intent(out) | eval | ||
) |
Definition at line 30 of file diag_direct.F90.
References atm_spec::bvec, fftw_wrapper::fft_r2g(), gvec::g_rh, gvec::g_wf, kohn_sham::nbnd, and rho_v::vks.
Referenced by scf::kohn_sham_eq().