3
0
mirror of https://github.com/triqs/dft_tools synced 2024-11-01 19:53:45 +01:00
dft_tools/doc/reference/gfs/c++/intro.rst
tayral edd1ff4529 Restructuring documentation.
A first general restructuration of the doc according to the pattern [tour|tutorial|reference].
In the reference part, objects are documented per topic.
In each topic, [definition|c++|python|hdf5] (not yet implemented)
2014-10-18 12:21:08 +01:00

27 lines
604 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