![]() |
(git:936074a)
|
Functions/Subroutines | |
| subroutine, public | vcd_env_init (vcd_env, qs_env) |
| Initialize the vcd environment. | |
| subroutine, public | vcd_env_cleanup (qs_env, vcd_env) |
| Deallocate the vcd environment. | |
| subroutine, public | vcd_read_restart (qs_env, linres_section, vec, lambda, beta, tag) |
| Copied from linres_read_restart. | |
| subroutine, public | vcd_write_restart (qs_env, linres_section, vec, lambda, beta, tag) |
| Copied from linres_write_restart. | |
| subroutine, public | vcd_print (vcd_env, qs_env) |
| Print the APTs, AATs, and sum rules. | |
| 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.
| vcd_env | ... |
| qs_env | ... |
Definition at line 95 of file qs_vcd_utils.F.
| 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.
| qs_env | ... |
| vcd_env | ... |
Definition at line 438 of file qs_vcd_utils.F.
| 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.
| qs_env | ... |
| linres_section | ... |
| vec | ... |
| lambda | ... |
| beta | ... |
| tag | ... |
Definition at line 507 of file qs_vcd_utils.F.
| 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.
| qs_env | ... |
| linres_section | ... |
| vec | ... |
| lambda | ... |
| beta | ... |
| tag | ... |
Definition at line 657 of file qs_vcd_utils.F.
| 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.
| vcd_env | ... |
| qs_env | ... |
Definition at line 756 of file qs_vcd_utils.F.