TRIQS/TRIQS 4.0.0
Researching Interacting Quantum Systems
Loading...
Searching...
No Matches
triqs::gfs::tensor_real_valued< R >

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

Detailed Description

template<int R>
struct triqs::gfs::tensor_real_valued< R >

Target type for a real tensor-valued Green's function.

Real-valued counterpart of triqs::gfs::tensor_valued, i.e. the value stored at each mesh point is an nda array of rank \( R \) with double value type.

Template Parameters
RRank of the tensor (must be strictly positive).

Definition at line 53 of file targets.hpp.

Public Types

using complex_t = tensor_valued<R>
 Associated complex-valued target type.
using real_t = tensor_real_valued
 Associated real-valued target type.
using scalar_t = double
 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 = true
 Whether the target is real valued.
static constexpr int rank = R
 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: