|
pwdft
0.1
PW-DFT code for education
|
Go to the source code of this file.
Modules | |
| module | fftw_wrapper |
Functions/Subroutines | |
| subroutine | fftw_wrapper::init_fft () |
| subroutine | fftw_wrapper::fft_r2g (VlocR, VlocG) |
| v(r) e^{-iGr} -> V(G) More... | |
| subroutine | fftw_wrapper::fft_g2r (VlocG, VlocR) |
| V(G) e^{iGr} -> v(r) More... | |
| subroutine | fftw_wrapper::fft_r2g_w (wfR, wfG) |
| w(r) e^{-iGr} -> W(G) -> compress More... | |
| subroutine | fftw_wrapper::fft_g2r_w (wfG, wfR) |
| Uncompress -> W(G) e^{iGr} -> w(r) More... | |
Variables | |
| integer, dimension(:), allocatable, save | fftw_wrapper::w2r |
| (g_wfnpw) g_wfnpw -> g_rhnr More... | |