dbcsr_t_allocate_and_get_3d_block_c_sp Subroutine

private subroutine dbcsr_t_allocate_and_get_3d_block_c_sp(tensor, ind, block, found)

allocate and get block

Arguments

Type IntentOptional Attributes Name
type(dbcsr_t_type), intent(inout) :: tensor
integer, intent(in), DIMENSION(3) :: ind

block index

complex(kind=real_4), intent(out), DIMENSION(:,:,:), ALLOCATABLE :: block

block to get

logical, intent(out) :: found

whether block was found