Go to the source code of this file.
|
| subroutine, public | qs_matrix_pools::mpools_retain (mpools) |
| | retains the given qs_matrix_pools_type
|
| |
| subroutine, public | qs_matrix_pools::mpools_release (mpools) |
| | releases the given mpools
|
| |
| subroutine, public | qs_matrix_pools::mpools_get (mpools, ao_mo_fm_pools, ao_ao_fm_pools, mo_mo_fm_pools, ao_mosub_fm_pools, mosub_mosub_fm_pools, maxao_maxmo_fm_pool, maxao_maxao_fm_pool, maxmo_maxmo_fm_pool) |
| | returns various attributes of the mpools (notably the pools contained in it)
|
| |
| subroutine, public | qs_matrix_pools::mpools_create (mpools) |
| | creates a mpools
|
| |
| subroutine, public | qs_matrix_pools::mpools_rebuild_fm_pools (mpools, mos, blacs_env, para_env, nmosub) |
| | rebuilds the pools of the (ao x mo, ao x ao , mo x mo) full matrixes
|
| |