![]() |
(git:b77b4be)
|
Routines from paper [Graml2024]. More...
Functions/Subroutines | |
subroutine, public | gw_calc_large_cell_gamma (qs_env, bs_env) |
Perform GW band structure calculation. | |
subroutine, public | compute_3c_integrals (qs_env, bs_env, t_3c, atoms_ao_1, atoms_ao_2, atoms_ri) |
... | |
Routines from paper [Graml2024].
subroutine, public gw_large_cell_gamma::gw_calc_large_cell_gamma | ( | type(qs_environment_type), pointer | qs_env, |
type(post_scf_bandstructure_type), pointer | bs_env | ||
) |
Perform GW band structure calculation.
qs_env | ... |
bs_env | ... |
Definition at line 106 of file gw_large_cell_gamma.F.
subroutine, public gw_large_cell_gamma::compute_3c_integrals | ( | type(qs_environment_type), pointer | qs_env, |
type(post_scf_bandstructure_type), pointer | bs_env, | ||
type(dbt_type) | t_3c, | ||
integer, dimension(2), optional | atoms_ao_1, | ||
integer, dimension(2), optional | atoms_ao_2, | ||
integer, dimension(2), optional | atoms_ri | ||
) |
...
qs_env | ... |
bs_env | ... |
t_3c | ... |
atoms_AO_1 | ... |
atoms_AO_2 | ... |
atoms_RI | ... |
Definition at line 563 of file gw_large_cell_gamma.F.