(git:c5411e0)
Loading...
Searching...
No Matches
admm_dm_types::admm_dm_type Type Reference

Data Fields

logical purify = .FALSE.
 
integer method = -1
 
type(dbcsr_type), pointer matrix_a => Null()
 
real(kind=dp) eps_filter = 1e-20_dp
 
integer mcweeny_max_steps = 100
 
integer, dimension(:, :), pointer block_map => Null()
 
type(mcweeny_history_p_type), dimension(:), pointer mcweeny_history => Null()
 

Detailed Description

Definition at line 41 of file admm_dm_types.F.

Field Documentation

◆ purify

logical admm_dm_types::admm_dm_type::purify = .FALSE.

Definition at line 42 of file admm_dm_types.F.

◆ method

integer admm_dm_types::admm_dm_type::method = -1

Definition at line 43 of file admm_dm_types.F.

◆ matrix_a

type(dbcsr_type), pointer admm_dm_types::admm_dm_type::matrix_a => Null()

Definition at line 44 of file admm_dm_types.F.

◆ eps_filter

real(kind=dp) admm_dm_types::admm_dm_type::eps_filter = 1e-20_dp

Definition at line 45 of file admm_dm_types.F.

◆ mcweeny_max_steps

integer admm_dm_types::admm_dm_type::mcweeny_max_steps = 100

Definition at line 46 of file admm_dm_types.F.

◆ block_map

integer, dimension(:, :), pointer admm_dm_types::admm_dm_type::block_map => Null()

Definition at line 47 of file admm_dm_types.F.

◆ mcweeny_history

type(mcweeny_history_p_type), dimension(:), pointer admm_dm_types::admm_dm_type::mcweeny_history => Null()

Definition at line 48 of file admm_dm_types.F.


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