triqs.gf.meshes.MeshImFreq
- class triqs.gf.meshes.MeshImFreq
Mesh of Matsubara frequencies
- Parameters:
beta (float) – Inverse temperature
statistic (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 |
|
Signature : () -> bool |
|
Signature : (float tail_fraction, int n_tail_max = 30, std::optional<int> expansion_order = {}) -> None |
|
Signature : (imfreq::index_t index) -> imfreq::data_index_t Function to convert an index to a data index |
|
Signature : (imfreq::data_index_t data_index) -> imfreq::index_t Function to convert a data index to an index |
|
Signature : (imfreq::index_t index) -> imfreq::value_t index -> value |
|
Signature : () -> PyObject * A numpy array of all the values of the mesh points |
Attributes
Number of positive Matsubara frequencies |
|
Statistic |