.. Generated automatically using the command: c++2doc.py -N triqs all_triqs.hpp .. highlight:: c .. _gf_mesh_imtime: gf_mesh ================= **Synopsis**: .. code-block:: c class gf_mesh; Imaginary-time mesh Mesh for the imaginary-time axis from :math:`0` to :math:`\beta`. The time points are defined as follows, for :math:`n=0{\dots}N-1`: .. math:: \tau_n=\frac{n}{N-1}\beta .. where :math:`N` is the size of the mesh. .. figure:: matsubara_imtime.png :alt: Pictorial representation of ``gf_mesh{beta, Fermion/Boson, 4}``. :align: center Pictorial representation of ``gf_mesh{beta, Fermion/Boson, 4}``. Member types ----------------- +-------------+---------+ | Member type | Comment | +=============+=========+ | B | | +-------------+---------+ Member functions ----------------- +------------------------------------------------------------------------+------------------------------------------------------------------------+ | Member function | Comment | +========================================================================+========================================================================+ | :ref:`constructor _constructor>` | | +------------------------------------------------------------------------+------------------------------------------------------------------------+ | :ref:`get_interpolation_data _get_interpolation_data>` | redefine the interpolation to handle the anti-periodicity of fermions. | +------------------------------------------------------------------------+------------------------------------------------------------------------+ | :ref:`evaluate _evaluate>` | evaluation | +------------------------------------------------------------------------+------------------------------------------------------------------------+ .. toctree:: :hidden: gf_mesh/constructor gf_mesh/get_interpolation_data gf_mesh/evaluate