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

27 lines
606 B
ReStructuredText
Raw Normal View History

2013-08-22 16:55:51 +02:00
.. highlight:: c
.. _intro:
Introduction
=================
2013-09-18 15:13:23 +02:00
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. :
2013-08-22 16:55:51 +02:00
2013-09-18 15:13:23 +02:00
* Matsubara frequency(ies),
* Matsubara time(s),
2013-08-22 16:55:51 +02:00
* 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 :
2013-09-18 15:13:23 +02:00
TO BE WRITTEN
2013-08-22 16:55:51 +02:00