![]() |
(git:44e3845)
|
Functions/Subroutines | |
| subroutine, public | fm_trafo_rs_to_ikp (cfm_ikp, fm_rs, kpoints, ikp) |
| ... | |
| subroutine, public | trafo_rs_to_ikp (array_rs, array_kp, index_to_cell, xkp) |
| ... | |
| subroutine, public | trafo_ikp_to_rs (array_kp, array_rs, cell, kpoints) |
| ... | |
| subroutine, public | fm_add_ikp_to_rs (cfm_ikp, fm_rs, kpoints, ikp) |
| ... | |
| subroutine, public | add_ikp_to_all_rs (array_kp, array_rs, kpoints, ikp, index_to_cell_ext) |
| ... | |
| subroutine, public gw_kp_to_real_space_and_back::fm_trafo_rs_to_ikp | ( | type(cp_cfm_type) | cfm_ikp, |
| type(cp_fm_type), dimension(:) | fm_rs, | ||
| type(kpoint_type), pointer | kpoints, | ||
| integer | ikp | ||
| ) |
...
| cfm_ikp | ... |
| fm_rs | ... |
| kpoints | ... |
| ikp | ... |
Definition at line 43 of file gw_kp_to_real_space_and_back.F.
| subroutine, public gw_kp_to_real_space_and_back::trafo_rs_to_ikp | ( | real(kind=dp), dimension(:, :, :) | array_rs, |
| complex(kind=dp), dimension(:, :) | array_kp, | ||
| integer, dimension(:, :) | index_to_cell, | ||
| real(kind=dp), dimension(3) | xkp | ||
| ) |
...
| array_rs | ... |
| array_kp | ... |
| index_to_cell | ... |
| xkp | ... |
Definition at line 79 of file gw_kp_to_real_space_and_back.F.
| subroutine, public gw_kp_to_real_space_and_back::trafo_ikp_to_rs | ( | complex(kind=dp), dimension(:, :, :) | array_kp, |
| real(kind=dp), dimension(:, :) | array_rs, | ||
| integer, dimension(3) | cell, | ||
| type(kpoint_type), pointer | kpoints | ||
| ) |
...
| array_kp | ... |
| array_rs | ... |
| cell | ... |
| kpoints | ... |
Definition at line 148 of file gw_kp_to_real_space_and_back.F.
| subroutine, public gw_kp_to_real_space_and_back::fm_add_ikp_to_rs | ( | type(cp_cfm_type) | cfm_ikp, |
| type(cp_fm_type), dimension(:) | fm_rs, | ||
| type(kpoint_type), pointer | kpoints, | ||
| integer | ikp | ||
| ) |
...
| cfm_ikp | ... |
| fm_rs | ... |
| kpoints | ... |
| ikp | ... |
Definition at line 181 of file gw_kp_to_real_space_and_back.F.
| subroutine, public gw_kp_to_real_space_and_back::add_ikp_to_all_rs | ( | complex(kind=dp), dimension(:, :) | array_kp, |
| real(kind=dp), dimension(:, :, :) | array_rs, | ||
| type(kpoint_type), pointer | kpoints, | ||
| integer | ikp, | ||
| integer, dimension(:, :), optional, pointer | index_to_cell_ext | ||
| ) |
...
| array_kp | ... |
| array_rs | ... |
| kpoints | ... |
| ikp | ... |
| index_to_cell_ext | ... |
Definition at line 223 of file gw_kp_to_real_space_and_back.F.