|
TRIQS/TRIQS 4.0.0
Researching Interacting Quantum Systems
|
#include <triqs/gfs/gf/targets.hpp>
Target type for a real scalar-valued Green's function.
Real-valued counterpart of triqs::gfs::scalar_valued, i.e. the value stored at each mesh point is a single double scalar.
Definition at line 163 of file targets.hpp.
Public Types | |
| using | complex_t = scalar_valued |
| Associated complex-valued target type. | |
| using | real_t = scalar_real_valued |
| Associated real-valued target type. | |
| using | scalar_t = double |
| Type of the scalar value, i.e. the value type of the stored nda array. | |