![]() |
(git:15c1bfc)
|
Methods for X-Ray absorption spectroscopy (XAS) using TDDFPT. More...
Functions/Subroutines | |
subroutine, public | xas_tdp (qs_env, rixs_env) |
Driver for XAS TDDFT calculations. | |
subroutine, public | xas_tdp_init (xas_tdp_env, xas_tdp_control, qs_env, rixs_env) |
Overall control and environment types initialization. | |
Methods for X-Ray absorption spectroscopy (XAS) using TDDFPT.
subroutine, public xas_tdp_methods::xas_tdp | ( | type(qs_environment_type), pointer | qs_env, |
type(rixs_env_type), optional, pointer | rixs_env | ||
) |
Driver for XAS TDDFT calculations.
qs_env | the inherited qs_environment |
rixs_env | ... |
Definition at line 166 of file xas_tdp_methods.F.
subroutine, public xas_tdp_methods::xas_tdp_init | ( | type(xas_tdp_env_type), pointer | xas_tdp_env, |
type(xas_tdp_control_type), pointer | xas_tdp_control, | ||
type(qs_environment_type), pointer | qs_env, | ||
type(rixs_env_type), optional, pointer | rixs_env | ||
) |
Overall control and environment types initialization.
xas_tdp_env | the environment type to initialize |
xas_tdp_control | the control type to initialize |
qs_env | the inherited qs environement type |
rixs_env | ... |
Definition at line 576 of file xas_tdp_methods.F.