Go to the source code of this file.
|
| subroutine, public | qs_active_space_types::create_active_space_type (active_space_env) |
| | Creates an active space environment type, nullifying all quantities.
|
| |
| subroutine, public | qs_active_space_types::release_active_space_type (active_space_env) |
| | Releases all quantities in the active space environment.
|
| |
| integer function, public | qs_active_space_types::csr_idx_to_combined (i, j, n) |
| | calculates combined index (ij)
|
| |
| subroutine, public | qs_active_space_types::csr_idx_from_combined (ij, n, i, j) |
| | extracts indices i and j from combined index ij
|
| |
| integer function, dimension(2), public | qs_active_space_types::get_irange_csr (nindex, mp_group) |
| | calculates index range for processor in group mp_group
|
| |