(git:3add494)
rt_propagation_output Module Reference

Routine for the real time propagation output. More...

Functions/Subroutines

subroutine, public rt_prop_output (qs_env, run_type, delta_iter, used_time)
 ... More...
 
subroutine, public rt_convergence (rtp, matrix_s, delta_mos, delta_eps)
 computes the convergence criterion for RTP and EMD More...
 
subroutine, public rt_convergence_density (rtp, delta_P, delta_eps)
 computes the convergence criterion for RTP and EMD based on the density matrix More...
 
subroutine, public report_density_occupation (filter_eps, rho)
 Reports the sparsity pattern of the complex density matrix. More...
 

Detailed Description

Routine for the real time propagation output.

Author
Florian Schiffmann (02.09)

Function/Subroutine Documentation

◆ rt_prop_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 
)

...

Parameters
qs_env...
run_type...
delta_iter...
used_time...

Definition at line 111 of file rt_propagation_output.F.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ rt_convergence()

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

Parameters
rtp...
matrix_sOverlap matrix without the derivatives
delta_mos...
delta_eps...
Author
Florian Schiffmann (02.09)

Definition at line 356 of file rt_propagation_output.F.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ rt_convergence_density()

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

Parameters
rtp...
delta_P...
delta_eps...
Author
Samuel Andermatt (02.14)

Definition at line 467 of file rt_propagation_output.F.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ report_density_occupation()

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.

Parameters
filter_eps...
rho...
Author
Samuel Andermatt (09.14)

Definition at line 570 of file rt_propagation_output.F.

Here is the call graph for this function:
Here is the caller graph for this function: