pomerol  2.1
Data Structures | Typedefs
Three-point fermion-boson susceptibility

Data Structures

class  Pomerol::ThreePointSusceptibility
 3-point fermion-boson susceptibility in the Matsubara representation. More...
 
class  Pomerol::ThreePointSusceptibilityContainer
 Container for instances of ThreePointSusceptibility. More...
 
class  Pomerol::ThreePointSusceptibilityPart
 Part of a 3-point susceptibility. More...
 

Typedefs

using Pomerol::FreqTuple2 = std::tuple< ComplexType, ComplexType >
 Duplet of complex frequencies. More...
 
using Pomerol::FreqVec2 = std::vector< FreqTuple2 >
 List of complex frequency duplets. More...
 

Detailed Description

Typedef Documentation

◆ FreqTuple2

using Pomerol::FreqTuple2 = typedef std::tuple<ComplexType, ComplexType>

Duplet of complex frequencies.

Definition at line 40 of file ThreePointSusceptibility.hpp.

◆ FreqVec2

using Pomerol::FreqVec2 = typedef std::vector<FreqTuple2>

List of complex frequency duplets.

Definition at line 42 of file ThreePointSusceptibility.hpp.