(git:c5411e0)
Loading...
Searching...
No Matches
negf_green_cache::green_functions_cache_type Type Reference

Storage to keep surface Green's functions. More...

Data Fields

type(cp_cfm_type), dimension(:, :), allocatable g_surf_contacts
 retarded surface Green's functions [ncontacts, nnodes]
 
real(kind=dp), dimension(:), allocatable tnodes
 list of points over the normalised interval [-1 .. 1]. Coordinates of actual point where Green's functions were evaluated can be obtained by using an appropriate rescale_nodes_*() subroutine from the module 'negf_integr_utils'.
 

Detailed Description

Storage to keep surface Green's functions.

Author
Sergey Chulkov

Definition at line 34 of file negf_green_cache.F.

Field Documentation

◆ g_surf_contacts

type(cp_cfm_type), dimension(:, :), allocatable negf_green_cache::green_functions_cache_type::g_surf_contacts

retarded surface Green's functions [ncontacts, nnodes]

Definition at line 36 of file negf_green_cache.F.

◆ tnodes

real(kind=dp), dimension(:), allocatable negf_green_cache::green_functions_cache_type::tnodes

list of points over the normalised interval [-1 .. 1]. Coordinates of actual point where Green's functions were evaluated can be obtained by using an appropriate rescale_nodes_*() subroutine from the module 'negf_integr_utils'.

Definition at line 41 of file negf_green_cache.F.


The documentation for this type was generated from the following file: