![]() |
(git:f56c6e3)
|
Define Resonant Inelastic XRAY Scattering (RIXS) control type and associated create, release, etc subroutines. More...
Data Types | |
| type | rixs_env_type |
| type | tddfpt2_valence_type |
| Valence state coming from the qs_tddfpt2 routine. More... | |
Functions/Subroutines | |
| subroutine, public | rixs_env_create (rixs_env) |
| Creates a rixs environment type. | |
| subroutine, public | rixs_env_release (rixs_env) |
| Releases the rixs environment type. | |
| subroutine, public | tddfpt2_valence_state_create (valence_state) |
| Creates the valence state type. | |
Define Resonant Inelastic XRAY Scattering (RIXS) control type and associated create, release, etc subroutines.
| subroutine, public rixs_types::rixs_env_create | ( | type(rixs_env_type), pointer | rixs_env | ) |
Creates a rixs environment type.
| rixs_env | the type to create |
Definition at line 65 of file rixs_types.F.
| subroutine, public rixs_types::rixs_env_release | ( | type(rixs_env_type), pointer | rixs_env | ) |
Releases the rixs environment type.
| rixs_env | the type to release |
Definition at line 80 of file rixs_types.F.
| subroutine, public rixs_types::tddfpt2_valence_state_create | ( | type(tddfpt2_valence_type), pointer | valence_state | ) |
Creates the valence state type.
| valence_state | ... |
Definition at line 100 of file rixs_types.F.