![]() |
(git:b77b4be)
|
driver for the xas calculation and xas_scf for the tp method More...
Functions/Subroutines | |
subroutine, public | xas (qs_env, dft_control) |
Driver for xas calculations The initial mos are prepared A loop on the atoms to be excited is started For each atom the state to be excited is identified An scf optimization using the TP scheme or TD-DFT is used to evaluate the spectral energies and oscillator strengths. | |
subroutine, public | calc_stogto_overlap (base_a, base_b, matrix) |
... | |
driver for the xas calculation and xas_scf for the tp method
subroutine, public xas_methods::xas | ( | type(qs_environment_type), pointer | qs_env, |
type(dft_control_type), pointer | dft_control | ||
) |
Driver for xas calculations The initial mos are prepared A loop on the atoms to be excited is started For each atom the state to be excited is identified An scf optimization using the TP scheme or TD-DFT is used to evaluate the spectral energies and oscillator strengths.
qs_env | the qs_env, the xas_env lives in |
dft_control | ... |
Definition at line 161 of file xas_methods.F.
subroutine, public xas_methods::calc_stogto_overlap | ( | type(gto_basis_set_type), pointer | base_a, |
type(gto_basis_set_type), pointer | base_b, | ||
real(dp), dimension(:, :), pointer | matrix | ||
) |
...
base_a | ... |
base_b | ... |
matrix | ... |
Definition at line 1401 of file xas_methods.F.