triqs.gf.meshes.MeshImTime
- class triqs.gf.meshes.MeshImTime
Mesh of imaginary times
Mesh-points are evenly distributed in the interval [0,beta] including points at both edges.
- Parameters:
beta (float) – Inverse temperature
S (str) – Statistic, ‘Fermion’ or ‘Boson’
n_tau (int) – Number of mesh-points
Methods
|
|
Signature : () -> MeshImTime Make a copy (clone) of self |
|
Signature : (MeshImTime other) -> None Assignment |
|
Signature : (int i) -> int index -> linear index |
|
Signature : () -> PyObject * A numpy array of all the values of the mesh points |
Attributes
Statistic |