![]() |
(git:15c1bfc)
|
Defines control structures, which contain the parameters and the settings for the DFT-based calculations. More...
Data Types | |
type | admm_control_type |
type | ddapc_restraint_type |
type | dft_control_type |
type | dftb_control_type |
type | efield_type |
type | expot_control_type |
type | gapw_control_type |
type | hairy_probes_type |
type | maxwell_control_type |
type | mulliken_restraint_type |
type | proj_mo_type |
type | qs_control_type |
type | rixs_control_type |
type | rtp_control_type |
type | s2_restraint_type |
type | sccs_control_type |
type | semi_empirical_control_type |
type | smeared_type |
type | stda_control_type |
type | tddfpt2_control_type |
type | xtb_control_type |
Functions/Subroutines | |
subroutine, public | ddapc_control_create (ddapc_restraint_control) |
create the ddapc_restraint_type | |
subroutine, public | dft_control_create (dft_control) |
allocates and perform a very basic initialization | |
subroutine, public | dft_control_release (dft_control) |
... | |
subroutine, public | rixs_control_create (rixs_control) |
Creates and initializes the rixs_control_type. | |
subroutine, public | rixs_control_release (rixs_control) |
Releases the rixs_control_type. | |
subroutine, public | admm_control_create (admm_control) |
... | |
subroutine, public | admm_control_release (admm_control) |
... | |
subroutine, public | expot_control_create (expot_control) |
... | |
subroutine, public | maxwell_control_create (maxwell_control) |
... | |
Defines control structures, which contain the parameters and the settings for the DFT-based calculations.
subroutine, public cp_control_types::ddapc_control_create | ( | type(ddapc_restraint_type), intent(out) | ddapc_restraint_control | ) |
create the ddapc_restraint_type
ddapc_restraint_control | ... |
Definition at line 744 of file cp_control_types.F.
subroutine, public cp_control_types::dft_control_create | ( | type(dft_control_type), intent(out) | dft_control | ) |
allocates and perform a very basic initialization
dft_control | the object to create |
Definition at line 811 of file cp_control_types.F.
subroutine, public cp_control_types::dft_control_release | ( | type(dft_control_type), intent(inout) | dft_control | ) |
...
dft_control | ... |
Definition at line 844 of file cp_control_types.F.
subroutine, public cp_control_types::rixs_control_create | ( | type(rixs_control_type), pointer | rixs_control | ) |
Creates and initializes the rixs_control_type.
rixs_control | the type to initialize |
Definition at line 997 of file cp_control_types.F.
subroutine, public cp_control_types::rixs_control_release | ( | type(rixs_control_type), pointer | rixs_control | ) |
Releases the rixs_control_type.
rixs_control | ... |
Definition at line 1014 of file cp_control_types.F.
subroutine, public cp_control_types::admm_control_create | ( | type(admm_control_type), pointer | admm_control | ) |
...
admm_control | ... |
Definition at line 1184 of file cp_control_types.F.
subroutine, public cp_control_types::admm_control_release | ( | type(admm_control_type), pointer | admm_control | ) |
...
admm_control | ... |
Definition at line 1196 of file cp_control_types.F.
subroutine, public cp_control_types::expot_control_create | ( | type(expot_control_type), pointer | expot_control | ) |
...
expot_control | ... |
Definition at line 1208 of file cp_control_types.F.
subroutine, public cp_control_types::maxwell_control_create | ( | type(maxwell_control_type), pointer | maxwell_control | ) |
...
maxwell_control | ... |
Definition at line 1237 of file cp_control_types.F.