|
TRIQS/triqs_ctint 4.0.0
A TRIQS application
|
#include <triqs_ctint/dets.hpp>
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.
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). | |