![]() |
(git:d18deda)
|
Types for excited states potential energies. More...
Data Types | |
type | excited_energy_type |
Contains information on the excited states energy. More... | |
type | wfn_history_type |
Functions/Subroutines | |
subroutine, public | exstate_release (ex_env) |
... | |
subroutine, public | exstate_matrix_release (ex_env) |
... | |
subroutine, public | exstate_potential_release (ex_env) |
... | |
subroutine, public | exstate_create (ex_env, excited_state, dft_section) |
Allocates and intitializes exstate_env. | |
Types for excited states potential energies.
subroutine, public exstates_types::exstate_release | ( | type(excited_energy_type), pointer | ex_env | ) |
...
ex_env | ... |
Definition at line 86 of file exstates_types.F.
subroutine, public exstates_types::exstate_matrix_release | ( | type(excited_energy_type), pointer | ex_env | ) |
...
ex_env | ... |
Definition at line 111 of file exstates_types.F.
subroutine, public exstates_types::exstate_potential_release | ( | type(excited_energy_type), pointer | ex_env | ) |
...
ex_env | ... |
Definition at line 139 of file exstates_types.F.
subroutine, public exstates_types::exstate_create | ( | type(excited_energy_type), pointer | ex_env, |
logical, intent(in) | excited_state, | ||
type(section_vals_type), pointer | dft_section | ||
) |
Allocates and intitializes exstate_env.
ex_env | the object to create |
excited_state | ... |
dft_section | ... |
Definition at line 190 of file exstates_types.F.