3
0
mirror of https://github.com/triqs/dft_tools synced 2024-11-01 19:53:45 +01:00
dft_tools/doc/reference/c++/gf/intro.rst
2013-10-22 21:29:40 +02:00

27 lines
606 B
ReStructuredText

.. highlight:: c
.. _intro:
Introduction
=================
The `gf` container and its views `gf_view` and `gf_const_view` allows to store and manipulate
various Green functions, on various meshes, e.g. :
* Matsubara frequency(ies),
* Matsubara time(s),
* real time(s),
* real frequency(ies),
* Legendre representation.
* Block of other green functions.
* Cartesian product of green functions.
Various free functions are also provided to handle transformations between various representation of a Green function,
such as Fourier transforms.
This section is organized as follows :
TO BE WRITTEN