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
__init__ (*args, **kwargs) |
|
copy |
Signature : () -> MeshImTime Make a copy (clone) of self |
copy_from |
Signature : (MeshImTime other) -> None Assignment |
index_to_linear |
Signature : (int i) -> int index -> linear index |
values |
Signature : () -> PyObject * A numpy array of all the values of the mesh points |
Attributes
beta |
|
statistic |
Statistic |