Allocatable vectors for NEGF based quantum transport calculations.
source: negf_alloc_types.FAllocatable 2-D integer matrix
INTEGER, |
ALLOCATABLE, DIMENSION(:,:) | :: | matrix | ... |
Allocatable 2-D real matrix
REAL(dp), |
ALLOCATABLE, DIMENSION(:,:) | :: | matrix | ... |
Allocatable 1-D real vector
REAL(dp), |
ALLOCATABLE, DIMENSION(:) | :: | vector | ... |