triqs.gf.meshes.MeshReTime
-
class
triqs.gf.meshes.
MeshReTime
Mesh of real times
Times are evenly distributed in the interval [t_min, t_max] including values at both edges.
- windowpair of float
- The time interval
- n_tint
- Number of time-points
- t_minfloat
- Smallest time
- t_maxfloat
- Largest time
- n_tint
- Number of time-points
Methods
__init__ (*args, **kwargs) |
|
copy |
Signature : () -> MeshReTime Make a copy (clone) of self |
copy_from |
Signature : (MeshReTime 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
delta |
|
t_max |
|
t_min |