Multidip  1.0
Multi-photon matrix elements
multidip_integ::nested_cgreen_integ_cache_internal_t Type Reference

Integral cache data. More...

Public Attributes

integer, dimension(:, :), allocatable l
 
integer, dimension(:, :), allocatable m
 
complex(wp), dimension(:, :), allocatable k
 
integer, dimension(:, :), allocatable idx
 
complex(wp), dimension(:, :), allocatable values
 

Detailed Description

Integral cache data.

Authors
J Benda
Date
2023

Integral cache for a given photon absorption order N.

Definition at line 44 of file multidip_integ.f90.

Member Data Documentation

◆ idx

integer, dimension(:, :), allocatable multidip_integ::nested_cgreen_integ_cache_internal_t::idx

Definition at line 49 of file multidip_integ.f90.

◆ k

complex(wp), dimension(:, :), allocatable multidip_integ::nested_cgreen_integ_cache_internal_t::k

Definition at line 48 of file multidip_integ.f90.

◆ l

integer, dimension(:, :), allocatable multidip_integ::nested_cgreen_integ_cache_internal_t::l

Definition at line 46 of file multidip_integ.f90.

◆ m

integer, dimension(:, :), allocatable multidip_integ::nested_cgreen_integ_cache_internal_t::m

Definition at line 47 of file multidip_integ.f90.

◆ values

complex(wp), dimension(:, :), allocatable multidip_integ::nested_cgreen_integ_cache_internal_t::values

Definition at line 50 of file multidip_integ.f90.


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