![]() |
(git:936074a)
|
parameters that control an scf iteration More...
Data Types | |
| type | scf_control_type |
| type | smear_type |
| contains the parameters needed by a scf run More... | |
Functions/Subroutines | |
| subroutine, public | scf_c_create (scf_control) |
| allocates and initializes an scf control object with the default values | |
| subroutine, public | scf_c_release (scf_control) |
| releases the given scf_control (see cp2k/doc/ReferenceCounting.html) | |
| subroutine, public | scf_c_read_parameters (scf_control, inp_section) |
| reads the parameters of the scf section into the given scf_control | |
| subroutine, public | scf_c_write_parameters (scf_control, dft_section) |
| writes out the scf parameters | |
parameters that control an scf iteration
| subroutine, public scf_control_types::scf_c_create | ( | type(scf_control_type), intent(inout) | scf_control | ) |
allocates and initializes an scf control object with the default values
| scf_control | the object to initialize |
Definition at line 157 of file scf_control_types.F.
| subroutine, public scf_control_types::scf_c_release | ( | type(scf_control_type), intent(inout) | scf_control | ) |
releases the given scf_control (see cp2k/doc/ReferenceCounting.html)
| scf_control | the object to free |
Definition at line 284 of file scf_control_types.F.
| subroutine, public scf_control_types::scf_c_read_parameters | ( | type(scf_control_type), intent(inout) | scf_control, |
| type(section_vals_type), pointer | inp_section | ||
| ) |
reads the parameters of the scf section into the given scf_control
| scf_control | the object that wil contain the values read |
| inp_section | ... |
Definition at line 312 of file scf_control_types.F.
| subroutine, public scf_control_types::scf_c_write_parameters | ( | type(scf_control_type), intent(in) | scf_control, |
| type(section_vals_type), pointer | dft_section | ||
| ) |
writes out the scf parameters
| scf_control | the object you want to print |
| dft_section | ... |
Definition at line 543 of file scf_control_types.F.