![]() |
(git:b77b4be)
|
Routines for that prepare rtp and EMD. More...
Functions/Subroutines | |
subroutine, public | init_propagators (qs_env) |
prepares the initial matrices for the propagators | |
subroutine, public | rt_initialize_rho_from_mos (rtp, mos, mos_old) |
Computes the density matrix from the mos Update: Initialized the density matrix from complex mos (for instance after delta kick) | |
Routines for that prepare rtp and EMD.
subroutine, public rt_propagator_init::init_propagators | ( | type(qs_environment_type), pointer | qs_env | ) |
prepares the initial matrices for the propagators
qs_env | ... |
Definition at line 79 of file rt_propagator_init.F.
subroutine, public rt_propagator_init::rt_initialize_rho_from_mos | ( | type(rt_prop_type), pointer | rtp, |
type(mo_set_type), dimension(:), pointer | mos, | ||
type(cp_fm_type), dimension(:), optional, pointer | mos_old | ||
) |
Computes the density matrix from the mos Update: Initialized the density matrix from complex mos (for instance after delta kick)
rtp | ... |
mos | ... |
mos_old | ... |
Definition at line 431 of file rt_propagator_init.F.