![]() |
(git:936074a)
|
Utilities to set up the control types. More...
Functions/Subroutines | |
| subroutine, public | read_dft_control (dft_control, dft_section) |
| ... | |
| subroutine, public | read_rixs_control (rixs_control, rixs_section, qs_control) |
| Reads the input and stores in the rixs_control_type. | |
| subroutine, public | read_mgrid_section (qs_control, dft_section) |
| ... | |
| subroutine, public | read_qs_section (qs_control, qs_section) |
| ... | |
| subroutine, public | read_tddfpt2_control (t_control, t_section, qs_control) |
| Read TDDFPT-related input parameters. | |
| subroutine, public | write_dft_control (dft_control, dft_section) |
| Write the DFT control parameters to the output unit. | |
| subroutine, public | write_admm_control (admm_control, dft_section) |
| Write the ADMM control parameters to the output unit. | |
| subroutine, public | write_qs_control (qs_control, dft_section) |
| Purpose: Write the QS control parameters to the output unit. | |
| subroutine, public | read_ddapc_section (qs_control, qs_section, ddapc_restraint_section) |
| reads the input parameters needed for ddapc. | |
Utilities to set up the control types.
| subroutine, public cp_control_utils::read_dft_control | ( | type(dft_control_type), pointer | dft_control, |
| type(section_vals_type), pointer | dft_section | ||
| ) |
...
| dft_control | ... |
| dft_section | ... |
Definition at line 109 of file cp_control_utils.F.
| subroutine, public cp_control_utils::read_rixs_control | ( | type(rixs_control_type), pointer | rixs_control, |
| type(section_vals_type), pointer | rixs_section, | ||
| type(qs_control_type), pointer | qs_control | ||
| ) |
Reads the input and stores in the rixs_control_type.
| rixs_control | ... |
| rixs_section | ... |
| qs_control | ... |
Definition at line 728 of file cp_control_utils.F.
| subroutine, public cp_control_utils::read_mgrid_section | ( | type(qs_control_type), intent(inout) | qs_control, |
| type(section_vals_type), pointer | dft_section | ||
| ) |
...
| qs_control | ... |
| dft_section | ... |
Definition at line 748 of file cp_control_utils.F.
| subroutine, public cp_control_utils::read_qs_section | ( | type(qs_control_type), intent(inout) | qs_control, |
| type(section_vals_type), pointer | qs_section | ||
| ) |
...
| qs_control | ... |
| qs_section | ... |
Definition at line 838 of file cp_control_utils.F.
| subroutine, public cp_control_utils::read_tddfpt2_control | ( | type(tddfpt2_control_type), pointer | t_control, |
| type(section_vals_type), pointer | t_section, | ||
| type(qs_control_type), pointer | qs_control | ||
| ) |
Read TDDFPT-related input parameters.
| t_control | TDDFPT control parameters |
| t_section | TDDFPT input section |
| qs_control | Quickstep control parameters |
Definition at line 1660 of file cp_control_utils.F.
| subroutine, public cp_control_utils::write_dft_control | ( | type(dft_control_type), pointer | dft_control, |
| type(section_vals_type), pointer | dft_section | ||
| ) |
Write the DFT control parameters to the output unit.
| dft_control | ... |
| dft_section | ... |
Definition at line 1889 of file cp_control_utils.F.
| subroutine, public cp_control_utils::write_admm_control | ( | type(admm_control_type), pointer | admm_control, |
| type(section_vals_type), pointer | dft_section | ||
| ) |
Write the ADMM control parameters to the output unit.
| admm_control | ... |
| dft_section | ... |
Definition at line 2168 of file cp_control_utils.F.
| subroutine, public cp_control_utils::write_qs_control | ( | type(qs_control_type), intent(in) | qs_control, |
| type(section_vals_type), pointer | dft_section | ||
| ) |
Purpose: Write the QS control parameters to the output unit.
| qs_control | ... |
| dft_section | ... |
Definition at line 2351 of file cp_control_utils.F.
| subroutine, public cp_control_utils::read_ddapc_section | ( | type(qs_control_type), intent(inout) | qs_control, |
| type(section_vals_type), optional, pointer | qs_section, | ||
| type(section_vals_type), optional, pointer | ddapc_restraint_section | ||
| ) |
reads the input parameters needed for ddapc.
| qs_control | ... |
| qs_section | ... |
| ddapc_restraint_section | ... |
Definition at line 2596 of file cp_control_utils.F.