![]() |
(git:b77b4be)
|
Routine for the real time propagation output. More...
Functions/Subroutines | |
subroutine, public | rt_prop_output (qs_env, run_type, delta_iter, used_time) |
... | |
subroutine, public | rt_convergence (rtp, matrix_s, delta_mos, delta_eps) |
computes the convergence criterion for RTP and EMD | |
subroutine, public | rt_convergence_density (rtp, delta_p, delta_eps) |
computes the convergence criterion for RTP and EMD based on the density matrix | |
subroutine, public | report_density_occupation (filter_eps, rho) |
Reports the sparsity pattern of the complex density matrix. | |
Routine for the real time propagation output.
subroutine, public rt_propagation_output::rt_prop_output | ( | type(qs_environment_type), pointer | qs_env, |
integer, intent(in) | run_type, | ||
real(dp), intent(in), optional | delta_iter, | ||
real(dp), intent(in), optional | used_time | ||
) |
...
qs_env | ... |
run_type | ... |
delta_iter | ... |
used_time | ... |
Definition at line 111 of file rt_propagation_output.F.
subroutine, public rt_propagation_output::rt_convergence | ( | type(rt_prop_type), pointer | rtp, |
type(dbcsr_type), pointer | matrix_s, | ||
type(cp_fm_type), dimension(:), intent(in) | delta_mos, | ||
real(dp), intent(out) | delta_eps | ||
) |
computes the convergence criterion for RTP and EMD
rtp | ... |
matrix_s | Overlap matrix without the derivatives |
delta_mos | ... |
delta_eps | ... |
Definition at line 356 of file rt_propagation_output.F.
subroutine, public rt_propagation_output::rt_convergence_density | ( | type(rt_prop_type), pointer | rtp, |
type(dbcsr_p_type), dimension(:), pointer | delta_p, | ||
real(dp), intent(out) | delta_eps | ||
) |
computes the convergence criterion for RTP and EMD based on the density matrix
rtp | ... |
delta_P | ... |
delta_eps | ... |
Definition at line 467 of file rt_propagation_output.F.
subroutine, public rt_propagation_output::report_density_occupation | ( | real(kind=dp) | filter_eps, |
type(dbcsr_p_type), dimension(:), pointer | rho | ||
) |
Reports the sparsity pattern of the complex density matrix.
filter_eps | ... |
rho | ... |
Definition at line 568 of file rt_propagation_output.F.