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
__init__ (*args, **kwargs) |
|
copy |
Signature : () -> MeshImFreq Make a copy (clone) of self |
copy_from |
Signature : (MeshImFreq other) -> None Assignment |
first_index |
Signature : () -> int |
index_to_linear |
Signature : (int i) -> int index -> linear index |
last_index |
Signature : () -> int |
positive_only |
Signature : () -> bool |
set_tail_fit_parameters |
Signature : (float tail_fraction, int n_tail_max = 30, std::optional<int> expansion_order = {}) -> None |
values |
Signature : () -> PyObject * A numpy array of all the values of the mesh points |
Attributes
beta |
|
statistic |
Statistic |