![]() |
(git:d18deda)
|
#include "./base/base_uses.f90"
Go to the source code of this file.
Data Types | |
type | scf_control_types::smear_type |
contains the parameters needed by a scf run More... | |
type | scf_control_types::scf_control_type |
Modules | |
module | scf_control_types |
parameters that control an scf iteration | |
Functions/Subroutines | |
subroutine, public | scf_control_types::scf_c_create (scf_control) |
allocates and initializes an scf control object with the default values | |
subroutine, public | scf_control_types::scf_c_release (scf_control) |
releases the given scf_control (see cp2k/doc/ReferenceCounting.html) | |
subroutine, public | scf_control_types::scf_c_read_parameters (scf_control, inp_section) |
reads the parameters of the scf section into the given scf_control | |
subroutine, public | scf_control_types::scf_c_write_parameters (scf_control, dft_section) |
writes out the scf parameters | |