Home
last modified time | relevance | path

Searched defs:negf_copy_contact_matrix (Results 1 – 2 of 2) sorted by relevance

/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dnegf_matrix_utils.F310 CHARACTER(LEN=*), PARAMETER :: routineN = 'negf_copy_contact_matrix', & argument
311 routineP = moduleN//':'//routineN
313 INTEGER :: direction_axis_abs, handle, iatom_col, &
314 iatom_row, image, natoms, nimages, &
315 phase, rep
316 LOGICAL :: found
317 REAL(kind=dp) :: error_diff, error_same
318 REAL(kind=dp), DIMENSION(:, :), POINTER :: block_dest, block_src
319 TYPE(dbcsr_p_type), ALLOCATABLE, DIMENSION(:) :: matrix_cells_raw
320 TYPE(dbcsr_type), POINTER :: matrix_cell_0, matrix_cell_1, &
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dnegf_matrix_utils.F310 CHARACTER(LEN=*), PARAMETER :: routineN = 'negf_copy_contact_matrix', & argument
311 routineP = moduleN//':'//routineN
313 INTEGER :: direction_axis_abs, handle, iatom_col, &
314 iatom_row, image, natoms, nimages, &
315 phase, rep
316 LOGICAL :: found
317 REAL(kind=dp) :: error_diff, error_same
318 REAL(kind=dp), DIMENSION(:, :), POINTER :: block_dest, block_src
319 TYPE(dbcsr_p_type), ALLOCATABLE, DIMENSION(:) :: matrix_cells_raw
320 TYPE(dbcsr_type), POINTER :: matrix_cell_0, matrix_cell_1, &
[all …]