|
CP2K 2.4 (Revision 12889)
|
container for the pools of matrixes used by qs More...
Collaboration diagram for qs_matrix_pools::qs_matrix_pools_type:Private Attributes | |
| INTEGER | id_nr |
| 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 |
container for the pools of matrixes used by qs
| id_nr | identification number |
| ref_count | reference count (see doc/ReferenceCounting.html) |
| ao_mo_fm_pools | pools with (ao x mo) full matrixes (same order as c). |
| ao_ao_fm_pools | pools with (ao x ao) full matrixes (same order as c). |
| mo_mo_fm_pools | pools with (mo x mo) full matrixes (same order as c). |
| ao_mosub_fm_pools | pools with (ao x mosub) full matrixes, where mosub are a subset of the mos |
| mosub_mosub_fm_pools | pools with (mosub x mosub) full matrixes, where mosub are a subset of the mos |
| maxao_maxao_fm_pools | pool of matrixes big enough to accomodate any aoxao matrix (useful for temp matrixes) |
| maxao_maxmo_fm_pools | pool of matrixes big enough to accomodate any aoxmo matrix (useful for temp matrixes) |
| maxmo_maxmo_fm_pools | pool of matrixes big enough to accomodate any moxmo matrix (useful for temp matrixes) |
Definition at line 70 of file qs_matrix_pools.f90.
TYPE(cp_fm_pool_p_type),dimension(:),pointer qs_matrix_pools::qs_matrix_pools_type::ao_ao_fm_pools [private] |
Definition at line 72 of file qs_matrix_pools.f90.
TYPE(cp_fm_pool_p_type),dimension(:),pointer qs_matrix_pools::qs_matrix_pools_type::ao_mo_fm_pools [private] |
Definition at line 72 of file qs_matrix_pools.f90.
TYPE(cp_fm_pool_p_type),dimension(:),pointer qs_matrix_pools::qs_matrix_pools_type::ao_mosub_fm_pools [private] |
Definition at line 74 of file qs_matrix_pools.f90.
Definition at line 71 of file qs_matrix_pools.f90.
TYPE(cp_fm_pool_p_type),dimension(:),pointer qs_matrix_pools::qs_matrix_pools_type::mo_mo_fm_pools [private] |
Definition at line 72 of file qs_matrix_pools.f90.
TYPE(cp_fm_pool_p_type),dimension(:),pointer qs_matrix_pools::qs_matrix_pools_type::mosub_mosub_fm_pools [private] |
Definition at line 74 of file qs_matrix_pools.f90.
Definition at line 71 of file qs_matrix_pools.f90.
1.7.3