![]() |
(git:d18deda)
|
parameters that control a relativistic calculation More...
Data Types | |
type | rel_control_type |
contains the parameters needed by a relativistic calculation More... | |
Functions/Subroutines | |
subroutine, public | rel_c_create (rel_control) |
allocates and initializes an rel control object with the default values | |
subroutine, public | rel_c_release (rel_control) |
releases the given rel_control (see cp2k/doc/ReferenceCounting.html) | |
subroutine, public | rel_c_read_parameters (rel_control, dft_section) |
reads the parameters of the relativistic section into the given rel_control | |
parameters that control a relativistic calculation
subroutine, public rel_control_types::rel_c_create | ( | type(rel_control_type), intent(out) | rel_control | ) |
allocates and initializes an rel control object with the default values
rel_control | the object to initialize |
Definition at line 74 of file rel_control_types.F.
subroutine, public rel_control_types::rel_c_release | ( | type(rel_control_type), intent(in) | rel_control | ) |
releases the given rel_control (see cp2k/doc/ReferenceCounting.html)
rel_control | the object to free |
Definition at line 99 of file rel_control_types.F.
subroutine, public rel_control_types::rel_c_read_parameters | ( | type(rel_control_type), intent(inout) | rel_control, |
type(section_vals_type), pointer | dft_section | ||
) |
reads the parameters of the relativistic section into the given rel_control
rel_control | the object that wil contain the values read |
dft_section | ... |
Definition at line 117 of file rel_control_types.F.