TRIQS/triqs_ctint 4.0.0
A TRIQS application
Loading...
Searching...
No Matches
triqs_ctint::arg_t< dag >

#include <triqs_ctint/dets.hpp>

Detailed Description

template<bool dag>
struct triqs_ctint::arg_t< dag >

Type of row and column argument of the Green function matrix inside the determinant. G(x,y) is evaluated at the time-difference x.tau - y.tau.

Definition at line 20 of file dets.hpp.

Public Member Functions

bool operator< (arg_t const &x) const
 Lexicographical sorting of arg_t. This determines the order of row and columns inside the dets.

Public Attributes

int pos = 0
 The position in the quartic operator (cdag_0 c_0 cdag_1 c_1).
int s = 0
 The auxiliary spin.
tau_t tau
 The imaginary time.
int u
 The orbital (or non-block) index.
int vertex_label = 0
 The label of the vertex (position in h_int).

Static Public Attributes

static constexpr bool dagger = dag
 C (false) or Cdag (true).

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