|
TRIQS/TRIQS 4.0.0
Researching Interacting Quantum Systems
|
Provides factory functions to construct Green's functions from a mesh and target, or from another Green's function.
Definition in file make_gf.hpp.
Go to the source code of this file.
Functions | |
| template<typename G> | |
| std::decay_t< G >::regular_type | triqs::gfs::make_gf (G &&g) |
| Construct a regular Green's function from another Green's function or view. | |
| template<typename Mesh, typename T> | |
| gf< Mesh, typename T::target_t > | triqs::gfs::make_gf (Mesh m, T const &t) |
| Construct a Green's function from a mesh and a target. | |