![]() |
(git:b77b4be)
|
Calculation and writing of projected density of states The DOS is computed per angular momentum and per kind. More...
Functions/Subroutines | |
subroutine, public | calculate_projected_dos (mo_set, atomic_kind_set, qs_kind_set, particle_set, qs_env, dft_section, ispin, xas_mittle, external_matrix_shalf) |
Compute and write projected density of states. | |
Calculation and writing of projected density of states The DOS is computed per angular momentum and per kind.
subroutine, public qs_pdos::calculate_projected_dos | ( | type(mo_set_type), intent(in) | mo_set, |
type(atomic_kind_type), dimension(:), pointer | atomic_kind_set, | ||
type(qs_kind_type), dimension(:), pointer | qs_kind_set, | ||
type(particle_type), dimension(:), pointer | particle_set, | ||
type(qs_environment_type), pointer | qs_env, | ||
type(section_vals_type), pointer | dft_section, | ||
integer, intent(in), optional | ispin, | ||
character(len=default_string_length), intent(in), optional | xas_mittle, | ||
type(cp_fm_type), intent(in), optional, target | external_matrix_shalf | ||
) |
Compute and write projected density of states.
mo_set | ... |
atomic_kind_set | ... |
qs_kind_set | ... |
particle_set | ... |
qs_env | ... |
dft_section | ... |
ispin | ... |
xas_mittle | ... |
external_matrix_shalf | ... |
Definition at line 137 of file qs_pdos.F.