(git:3add494)
qs_vcd_utils Module Reference

Functions/Subroutines

subroutine, public vcd_env_init (vcd_env, qs_env)
 Initialize the vcd environment. More...
 
subroutine, public vcd_env_cleanup (qs_env, vcd_env)
 Deallocate the vcd environment. More...
 
subroutine, public vcd_read_restart (qs_env, linres_section, vec, lambda, beta, tag)
 Copied from linres_read_restart. More...
 
subroutine, public vcd_write_restart (qs_env, linres_section, vec, lambda, beta, tag)
 Copied from linres_write_restart. More...
 
subroutine, public vcd_print (vcd_env, qs_env)
 Print the APTs, AATs, and sum rules. More...
 

Function/Subroutine Documentation

◆ vcd_env_init()

subroutine, public qs_vcd_utils::vcd_env_init ( type(vcd_env_type), target  vcd_env,
type(qs_environment_type), pointer  qs_env 
)

Initialize the vcd environment.

Parameters
vcd_env...
qs_env...
Author
Edward Ditler

Definition at line 95 of file qs_vcd_utils.F.

Here is the call graph for this function:

◆ vcd_env_cleanup()

subroutine, public qs_vcd_utils::vcd_env_cleanup ( type(qs_environment_type), pointer  qs_env,
type(vcd_env_type)  vcd_env 
)

Deallocate the vcd environment.

Parameters
qs_env...
vcd_env...
Author
Edward Ditler

Definition at line 438 of file qs_vcd_utils.F.

Here is the call graph for this function:

◆ vcd_read_restart()

subroutine, public qs_vcd_utils::vcd_read_restart ( type(qs_environment_type), pointer  qs_env,
type(section_vals_type), pointer  linres_section,
type(cp_fm_type), dimension(:), intent(in)  vec,
integer, intent(in)  lambda,
integer, intent(in)  beta,
character(len=*)  tag 
)

Copied from linres_read_restart.

Parameters
qs_env...
linres_section...
vec...
lambda...
beta...
tag...
Author
Edward Ditler

Definition at line 507 of file qs_vcd_utils.F.

Here is the call graph for this function:

◆ vcd_write_restart()

subroutine, public qs_vcd_utils::vcd_write_restart ( type(qs_environment_type), pointer  qs_env,
type(section_vals_type), pointer  linres_section,
type(cp_fm_type), dimension(:), intent(in)  vec,
integer, intent(in)  lambda,
integer, intent(in)  beta,
character(len=*)  tag 
)

Copied from linres_write_restart.

Parameters
qs_env...
linres_section...
vec...
lambda...
beta...
tag...
Author
Edward Ditler

Definition at line 657 of file qs_vcd_utils.F.

Here is the call graph for this function:

◆ vcd_print()

subroutine, public qs_vcd_utils::vcd_print ( type(vcd_env_type)  vcd_env,
type(qs_environment_type), pointer  qs_env 
)

Print the APTs, AATs, and sum rules.

Parameters
vcd_env...
qs_env...
Author
Edward Ditler

Definition at line 756 of file qs_vcd_utils.F.

Here is the call graph for this function: