(git:c5411e0)
Loading...
Searching...
No Matches
qs_matrix_pools::qs_matrix_pools_type Type Reference

container for the pools of matrixes used by qs More...

Data Fields

integer ref_count
 
type(cp_fm_pool_p_type), dimension(:), pointer ao_mo_fm_pools
 
type(cp_fm_pool_p_type), dimension(:), pointer ao_ao_fm_pools
 
type(cp_fm_pool_p_type), dimension(:), pointer mo_mo_fm_pools
 
type(cp_fm_pool_p_type), dimension(:), pointer ao_mosub_fm_pools
 
type(cp_fm_pool_p_type), dimension(:), pointer mosub_mosub_fm_pools
 

Detailed Description

container for the pools of matrixes used by qs

Parameters
ref_countreference count (see doc/ReferenceCounting.html)
ao_mo_fm_poolspools with (ao x mo) full matrixes (same order as c).
ao_ao_fm_poolspools with (ao x ao) full matrixes (same order as c).
mo_mo_fm_poolspools with (mo x mo) full matrixes (same order as c).
ao_mosub_fm_poolspools with (ao x mosub) full matrixes, where mosub are a subset of the mos
mosub_mosub_fm_poolspools with (mosub x mosub) full matrixes, where mosub are a subset of the mos
maxao_maxao_fm_poolspool of matrixes big enough to accommodate any aoxao matrix (useful for temp matrixes)
maxao_maxmo_fm_poolspool of matrixes big enough to accommodate any aoxmo matrix (useful for temp matrixes)
maxmo_maxmo_fm_poolspool of matrixes big enough to accommodate any moxmo matrix (useful for temp matrixes)
History
04.2003 created [fawzi]
Author
fawzi

Definition at line 68 of file qs_matrix_pools.F.

Field Documentation

◆ ref_count

integer qs_matrix_pools::qs_matrix_pools_type::ref_count

Definition at line 69 of file qs_matrix_pools.F.

◆ ao_mo_fm_pools

type(cp_fm_pool_p_type), dimension(:), pointer qs_matrix_pools::qs_matrix_pools_type::ao_mo_fm_pools

Definition at line 70 of file qs_matrix_pools.F.

◆ ao_ao_fm_pools

type(cp_fm_pool_p_type), dimension(:), pointer qs_matrix_pools::qs_matrix_pools_type::ao_ao_fm_pools

Definition at line 70 of file qs_matrix_pools.F.

◆ mo_mo_fm_pools

type(cp_fm_pool_p_type), dimension(:), pointer qs_matrix_pools::qs_matrix_pools_type::mo_mo_fm_pools

Definition at line 70 of file qs_matrix_pools.F.

◆ ao_mosub_fm_pools

type(cp_fm_pool_p_type), dimension(:), pointer qs_matrix_pools::qs_matrix_pools_type::ao_mosub_fm_pools

Definition at line 72 of file qs_matrix_pools.F.

◆ mosub_mosub_fm_pools

type(cp_fm_pool_p_type), dimension(:), pointer qs_matrix_pools::qs_matrix_pools_type::mosub_mosub_fm_pools

Definition at line 72 of file qs_matrix_pools.F.


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