![]() |
(git:b77b4be)
|
Does all kind of post scf calculations for DFTB. More...
Functions/Subroutines | |
subroutine, public | scf_post_calculation_tb (qs_env, tb_type, no_mos) |
collects possible post - scf calculations and prints info / computes properties. | |
subroutine, public | make_lumo_tb (qs_env, scf_env, unoccupied_orbs, unoccupied_evals, nlumo, nlumos) |
Gets the lumos, and eigenvalues for the lumos. | |
Does all kind of post scf calculations for DFTB.
subroutine, public qs_scf_post_tb::scf_post_calculation_tb | ( | type(qs_environment_type), pointer | qs_env, |
character(len=*) | tb_type, | ||
logical, intent(in) | no_mos | ||
) |
collects possible post - scf calculations and prints info / computes properties.
qs_env | ... |
tb_type | ... |
no_mos | ... |
Definition at line 165 of file qs_scf_post_tb.F.
subroutine, public qs_scf_post_tb::make_lumo_tb | ( | type(qs_environment_type), pointer | qs_env, |
type(qs_scf_env_type), pointer | scf_env, | ||
type(cp_fm_type), dimension(:), pointer | unoccupied_orbs, | ||
type(cp_1d_r_p_type), dimension(:), intent(inout) | unoccupied_evals, | ||
integer | nlumo, | ||
integer, intent(out) | nlumos | ||
) |
Gets the lumos, and eigenvalues for the lumos.
qs_env | ... |
scf_env | ... |
unoccupied_orbs | ... |
unoccupied_evals | ... |
nlumo | ... |
nlumos | ... |
Definition at line 946 of file qs_scf_post_tb.F.