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

__init__(*args, **kwargs)
copy Signature : () -> MeshReTime Make a copy (clone) of self
copy_from Signature : (MeshReTime other) -> None Assignment
to_data_index Signature : (retime::index_t index) -> retime::data_index_t Function to convert an index to a data index
to_index Signature : (retime::data_index_t data_index) -> retime::index_t Function to convert a data index to an index
to_value Signature : (retime::index_t index) -> retime::value_t index -> value
values Signature : () -> PyObject * A numpy array of all the values of the mesh points

Attributes

delta
mesh_hash
t_max
t_min