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

Integral cache. More...

Collaboration diagram for multidip_integ::nested_cgreen_integ_cache_t:
[legend]

Public Member Functions

procedure init => init_nested_cgreen_integ_cache_t
 
procedure get => get_nested_cgreen_integ_cache_t
 
procedure set => set_nested_cgreen_integ_cache_t
 

Public Attributes

real(wp) a
 
real(wp) r0
 
real(wp) c
 
integer ie
 
type(nested_cgreen_integ_cache_internal_t), dimension(:, :), allocatable data
 

Detailed Description

Integral cache.

Authors
J Benda
Date
2023

Reusable storage of integrals used by nested_cgreen_integ.

Definition at line 60 of file multidip_integ.f90.

Member Function/Subroutine Documentation

◆ get()

procedure multidip_integ::nested_cgreen_integ_cache_t::get

Definition at line 73 of file multidip_integ.f90.

◆ init()

procedure multidip_integ::nested_cgreen_integ_cache_t::init

Definition at line 72 of file multidip_integ.f90.

◆ set()

procedure multidip_integ::nested_cgreen_integ_cache_t::set

Definition at line 74 of file multidip_integ.f90.

Member Data Documentation

◆ a

real(wp) multidip_integ::nested_cgreen_integ_cache_t::a

Definition at line 62 of file multidip_integ.f90.

◆ c

real(wp) multidip_integ::nested_cgreen_integ_cache_t::c

Definition at line 64 of file multidip_integ.f90.

◆ data

type(nested_cgreen_integ_cache_internal_t), dimension(:, :), allocatable multidip_integ::nested_cgreen_integ_cache_t::data

Definition at line 68 of file multidip_integ.f90.

◆ ie

integer multidip_integ::nested_cgreen_integ_cache_t::ie

Definition at line 66 of file multidip_integ.f90.

◆ r0

real(wp) multidip_integ::nested_cgreen_integ_cache_t::r0

Definition at line 63 of file multidip_integ.f90.


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