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.
Parameters (Option 1)
- windowpair of float
The time interval
- n_tint
Number of time-points
Parameters (Option 2)
- t_minfloat
Smallest time
- t_maxfloat
Largest time
- n_tint
Number of time-points
Methods
|
|
Signature : () -> MeshReTime Make a copy (clone) of self |
|
Signature : (MeshReTime other) -> None Assignment |
|
Signature : (int i) -> int index -> linear index |
|
Signature : () -> PyObject * A numpy array of all the values of the mesh points |
Attributes