![]() |
(git:d18deda)
|
Utilities to set up the control types. More...
Functions/Subroutines | |
subroutine, public | read_dft_control (dft_control, dft_section) |
... | |
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 106 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 704 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 794 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 1601 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 1828 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 2088 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 2271 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 2516 of file cp_control_utils.F.