|
TRIQS/TRIQS 4.0.0
Researching Interacting Quantum Systems
|
#include <triqs/gfs/gf/targets.hpp>
Target type for a complex matrix-valued Green's function.
The value stored at each mesh point is a complex \( n \times m \) matrix, i.e. an nda array of rank \(2 \) with std::complex<double> value type.
Definition at line 137 of file targets.hpp.
Public Types | |
| using | complex_t = matrix_valued |
| Associated complex-valued target type. | |
| using | real_t = matrix_real_valued |
| Associated real-valued target type. | |
| using | scalar_t = dcomplex |
| Type of the scalar value, i.e. the value type of the stored nda array. | |