![]() |
(git:d18deda)
|
Defines CDFT control structures. More...
Data Types | |
type | becke_constraint_type |
type | cdft_control_type |
type | cdft_group_type |
control parameters for CDFT simulations More... | |
type | hirshfeld_constraint_type |
Functions/Subroutines | |
subroutine, public | cdft_control_create (cdft_control) |
create the cdft_control_type | |
subroutine, public | cdft_control_release (cdft_control) |
release the cdft_control_type | |
Defines CDFT control structures.
subroutine, public qs_cdft_types::cdft_control_create | ( | type(cdft_control_type), intent(out) | cdft_control | ) |
create the cdft_control_type
cdft_control | the structure to create |
Definition at line 352 of file qs_cdft_types.F.
subroutine, public qs_cdft_types::cdft_control_release | ( | type(cdft_control_type), intent(inout) | cdft_control | ) |
release the cdft_control_type
cdft_control | the structure to release |
Definition at line 432 of file qs_cdft_types.F.