TRIQS/nrgljubljana_interface 4.0.0
A TRIQS application
Loading...
Searching...
No Matches
nrgljubljana_interface::container_set

#include <nrgljubljana_interface/container_set.hpp>

Detailed Description

Collection of all output containers held by the solver.

Definition at line 28 of file container_set.hpp.

Inheritance diagram for nrgljubljana_interface::container_set:
nrgljubljana_interface::solver_core

Public Attributes

std::optional< g_w_t > A_w
 The spectral function \( A(\omega) \).
std::optional< g_w_t > B_l_w
 The spectral function \( B_l(\omega) \) of the auxiliary correlator \( F_l(\omega) \).
std::optional< g_w_t > B_r_w
 The spectral function \( B_r(\omega) \) of the auxiliary correlator \( F_r(\omega) \).
std::optional< g_w_t > C_w
 The spectral function \( C(\omega) \) of the auxiliary correlator \( I(\omega) \).
std::optional< g_w_t > chi_NN_w
 Charge susceptibility \( \chi_{NN}(\omega) \).
std::optional< g_w_t > chi_SS_w
 Spin susceptibility \( \chi_{SS}(\omega) \).
std::map< std::string, double > expv
 Expectation values of local impurity operators.
std::optional< g_w_t > F_l_w
 The auxiliary Green's function \( F_l(\omega) = \Sigma(\omega)\, G(\omega) \).
std::optional< g_w_t > F_r_w
 The auxiliary Green's function \( F_r(\omega) = G(\omega)\, \Sigma(\omega) \).
std::optional< g_w_t > G_w
 The retarded Green's function \( G(\omega) \).
std::optional< g_w_t > I_w
 The auxiliary Green's function \( I(\omega) \).
std::optional< g_w_t > Sigma_w
 The retarded self-energy \( \Sigma(\omega) \) (computed from \( F_l \), \( F_r \), \( G \) and \( I \)).
std::optional< g_w_t > SigmaHartree_w
 Constant Hartree shift to the self-energy, stored as a Green's function.
std::map< std::string, double > tdfdm
 Thermodynamic variables (FDM algorithm).

Friends

void h5_read (h5::group h5group, std::string subgroup_name, container_set &c)
 Read all containers from an HDF5 file.
void h5_write (h5::group h5group, std::string subgroup_name, container_set const &c)
 Write all containers to an HDF5 file.

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