.. Generated automatically by cpp2rst .. highlight:: c .. role:: red .. role:: green .. role:: param .. _nrgljubljana_interface__solver_core: nrgljubljana_interface::solver_core =================================== *#include * .. rst-class:: cppsynopsis class :red:`solver_core` The Solver class Public members -------------- .. table:: :widths: 40 60 +-------------------+-----------------------------------------+--------------------------------------------------------+ | A_w | std::optional | The spectral function | +-------------------+-----------------------------------------+--------------------------------------------------------+ | B_w | std::optional | The spectral function of the auxiliary correlator F_w | +-------------------+-----------------------------------------+--------------------------------------------------------+ | G_w | std::optional | The retarded Greens function | +-------------------+-----------------------------------------+--------------------------------------------------------+ | F_w | std::optional | The auxiliary Green function F_w = Sigma_w * G_w | +-------------------+-----------------------------------------+--------------------------------------------------------+ | Sigma_w | std::optional | The retarded Self energy | +-------------------+-----------------------------------------+--------------------------------------------------------+ | expv | std::map | Expectation values of local impurity operators | +-------------------+-----------------------------------------+--------------------------------------------------------+ | tdfdm | std::map | Thermodynamic variables (FDM algorithm) | +-------------------+-----------------------------------------+--------------------------------------------------------+ | chi_NN_w | std::optional | Charge susceptibility | +-------------------+-----------------------------------------+--------------------------------------------------------+ | chi_SS_w | std::optional | Spin susceptibility | +-------------------+-----------------------------------------+--------------------------------------------------------+ | constr_params | nrgljubljana_interface::constr_params_t | | +-------------------+-----------------------------------------+--------------------------------------------------------+ | nrg_params | nrgljubljana_interface::nrg_params_t | Low-level NRG parameters | +-------------------+-----------------------------------------+--------------------------------------------------------+ | last_solve_params | std::optional | | +-------------------+-----------------------------------------+--------------------------------------------------------+ | verbose | bool | | +-------------------+-----------------------------------------+--------------------------------------------------------+ | keep_temp_dir | bool | | +-------------------+-----------------------------------------+--------------------------------------------------------+ | gf_struct | triqs::gfs::gf_struct_t | The Green function structure object | +-------------------+-----------------------------------------+--------------------------------------------------------+ | Delta_struct | triqs::gfs::gf_struct_t | The hybridization function structure object. | +-------------------+-----------------------------------------+--------------------------------------------------------+ | chi_struct | triqs::gfs::gf_struct_t | The susceptibility structure object | +-------------------+-----------------------------------------+--------------------------------------------------------+ | log_mesh | triqs::mesh::refreq_pts | Logarithmic mesh | +-------------------+-----------------------------------------+--------------------------------------------------------+ | Delta_w | nrgljubljana_interface::g_w_t | The hybridization function in real frequencies | +-------------------+-----------------------------------------+--------------------------------------------------------+ Member functions ---------------- .. table:: :widths: 40 60 +-------------------------------------------------------------------------+--+ | :ref:`(constructor) ` | | +-------------------------------------------------------------------------+--+ | :ref:`solve ` | | +-------------------------------------------------------------------------+--+ | :ref:`readexpv ` | | +-------------------------------------------------------------------------+--+ | :ref:`readtdfdm ` | | +-------------------------------------------------------------------------+--+ | :ref:`readGF ` | | +-------------------------------------------------------------------------+--+ | :ref:`readA ` | | +-------------------------------------------------------------------------+--+ .. toctree:: :hidden: solver_core/constructor solver_core/solve solver_core/readexpv solver_core/readtdfdm solver_core/readGF solver_core/readA