TRIQS/TRIQS 4.0.0
Researching Interacting Quantum Systems
Loading...
Searching...
No Matches
triqs::gfs::scalar_valued

#include <triqs/gfs/gf/targets.hpp>

Detailed Description

Target type for a complex scalar-valued Green's function.

The value stored at each mesh point is a single std::complex<double> scalar.

Definition at line 188 of file targets.hpp.

Public Types

using complex_t = scalar_valued
 Associated complex-valued target type.
using real_t = scalar_real_valued
 Associated real-valued target type.
using scalar_t = dcomplex
 Type of the scalar value, i.e. the value type of the stored nda array.

Static Public Attributes

static constexpr bool is_matrix = false
 Whether the target is matrix valued.
static constexpr int is_real = false
 Whether the target is real valued.
static constexpr int rank = 0
 Rank of the target, i.e. the number of indices of the value stored at each mesh point.

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