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 : (retime::index_t index) -> retime::data_index_t Function to convert an index to a data index |
|
Signature : (retime::data_index_t data_index) -> retime::index_t Function to convert a data index to an index |
|
Signature : (retime::index_t index) -> retime::value_t index -> value |
|
Signature : () -> PyObject * A numpy array of all the values of the mesh points |
Attributes