(git:c5411e0)
Loading...
Searching...
No Matches
cp_control_types::admm_control_type Type Reference

Data Fields

real(kind=dp) eps_filter = 0.0_dp
 
integer admm_type = 0
 
integer purification_method = 0
 
integer method = 0
 
logical charge_constrain = .FALSE.
 
integer scaling_model = 0
 
integer aux_exch_func = 0
 
logical aux_exch_func_param = .FALSE.
 
real(kind=dp), dimension(3) aux_x_param = 0.0_dp
 
type(admm_block_type), dimension(:), allocatable blocks
 

Detailed Description

Definition at line 287 of file cp_control_types.F.

Field Documentation

◆ eps_filter

real(kind=dp) cp_control_types::admm_control_type::eps_filter = 0.0_dp

Definition at line 288 of file cp_control_types.F.

◆ admm_type

integer cp_control_types::admm_control_type::admm_type = 0

Definition at line 289 of file cp_control_types.F.

◆ purification_method

integer cp_control_types::admm_control_type::purification_method = 0

Definition at line 290 of file cp_control_types.F.

◆ method

integer cp_control_types::admm_control_type::method = 0

Definition at line 291 of file cp_control_types.F.

◆ charge_constrain

logical cp_control_types::admm_control_type::charge_constrain = .FALSE.

Definition at line 292 of file cp_control_types.F.

◆ scaling_model

integer cp_control_types::admm_control_type::scaling_model = 0

Definition at line 293 of file cp_control_types.F.

◆ aux_exch_func

integer cp_control_types::admm_control_type::aux_exch_func = 0

Definition at line 294 of file cp_control_types.F.

◆ aux_exch_func_param

logical cp_control_types::admm_control_type::aux_exch_func_param = .FALSE.

Definition at line 295 of file cp_control_types.F.

◆ aux_x_param

real(kind=dp), dimension(3) cp_control_types::admm_control_type::aux_x_param = 0.0_dp

Definition at line 296 of file cp_control_types.F.

◆ blocks

type(admm_block_type), dimension(:), allocatable cp_control_types::admm_control_type::blocks

Definition at line 297 of file cp_control_types.F.


The documentation for this type was generated from the following file: