#include <nrgljubljana_interface/container_set.hpp>
Collection of all output containers held by the solver.
Definition at line 28 of file container_set.hpp.
|
|
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).
|
|
|
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: