TRIQS/triqs_ctseg 4.0.0
A TRIQS application
Loading...
Searching...
No Matches
triqs_ctseg::results_t

#include <triqs_ctseg/results.hpp>

Detailed Description

Container for all results accumulated by the CTQMC simulation.

Definition at line 17 of file results.hpp.

Public Attributes

std::optional< double > average_order_Delta
 Average Delta perturbation order.
std::optional< double > average_order_Jperp
 Average Jperp perturbation order.
double average_sign
 Average sign.
std::optional< std::map< std::string, nda::array< double, 1 > > > densities
 Density per color, organized by blocks.
std::optional< block_gf< imtime > > F_tau
 Self-energy improved estimator \( F(\tau) \).
std::optional< block2_gf< prod< imfreq, imfreq >, tensor_valued< 4 > > > g2w
 Three-point correlation function.
std::optional< block2_gf< prod< imfreq, imfreq, imfreq >, tensor_valued< 4 > > > g3w
 Four-point correlation function.
block_gf< imtime > G_tau
 Single-particle Green's function \( G(\tau) \).
std::optional< block2_gf< dlr_imfreq > > nn_nu_dlr
 Density-density frequency correlation function \( \langle n_a(i\nu) n_b(-i\nu) \rangle \).
std::optional< std::map< std::pair< std::string, std::string >, nda::matrix< double > > > nn_static
 Density-density static correlation function \( \langle n_a(0) n_b(0) \rangle \).
std::optional< block2_gf< imtime > > nn_tau
 Density-density time correlation function \( \langle n_a(\tau) n_b(0) \rangle \).
std::optional< std::vector< double > > pert_order_Delta
 Delta perturbation order histogram.
std::optional< std::vector< double > > pert_order_Jperp
 Jperp perturbation order histogram.
std::optional< gf< imtime > > Sperp_tau
 Perpendicular spin-spin correlation function \( \langle S_x(\tau) S_x(0) \rangle \).
std::optional< nda::vector< double > > state_hist
 State histogram.

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