(git:c5411e0)
Loading...
Searching...
No Matches
admm_types::admm_gapw_r3d_rs_type Type Reference

A subtype of the admm_env that contains the extra data needed for an ADMM GAPW calculation. More...

Data Fields

type(qs_kind_type), dimension(:), pointer admm_kind_set => Null()
 
type(local_rho_type), pointer local_rho_set => Null()
 
type(task_list_type), pointer task_list => Null()
 
type(oce_matrix_type), pointer oce => Null()
 

Detailed Description

A subtype of the admm_env that contains the extra data needed for an ADMM GAPW calculation.

Parameters
admm_kind_setgets its own qs_kind set to store all relevant basis/grid/etc info
local_rho_setcaontains soft and hard AUX_FIT atomoc densities
task_listthe task list used for all soft density pw operations
ocestores the precomputed oce integrals

Definition at line 85 of file admm_types.F.

Field Documentation

◆ admm_kind_set

type(qs_kind_type), dimension(:), pointer admm_types::admm_gapw_r3d_rs_type::admm_kind_set => Null()

Definition at line 86 of file admm_types.F.

◆ local_rho_set

type(local_rho_type), pointer admm_types::admm_gapw_r3d_rs_type::local_rho_set => Null()

Definition at line 87 of file admm_types.F.

◆ task_list

type(task_list_type), pointer admm_types::admm_gapw_r3d_rs_type::task_list => Null()

Definition at line 88 of file admm_types.F.

◆ oce

type(oce_matrix_type), pointer admm_types::admm_gapw_r3d_rs_type::oce => Null()

Definition at line 89 of file admm_types.F.


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