triqs.gf.meshes.MeshImFreq
- class triqs.gf.meshes.MeshImFreq
Mesh of Matsubara frequencies
- Parameters:
beta (float) – Inverse temperature
S (str) – Statistic, ‘Fermion’ or ‘Boson’
n_iw (int [default=1025]) – Number of positive Matsubara frequencies
Methods
|
|
Signature : () -> MeshImFreq Make a copy (clone) of self |
|
Signature : (MeshImFreq other) -> None Assignment |
|
Signature : () -> int |
|
Signature : (int i) -> int index -> linear index |
|
Signature : () -> int |
|
Signature : () -> bool |
|
Signature : (float tail_fraction, int n_tail_max = 30, std::optional<int> expansion_order = {}) -> None |
|
Signature : () -> PyObject * A numpy array of all the values of the mesh points |
Attributes
Statistic |