3
0
mirror of https://github.com/triqs/dft_tools synced 2024-11-01 03:33:50 +01:00
dft_tools/doc/reference/python/green/green.rst
Olivier Parcollet f2c7d449cc First commit : triqs libs version 1.0 alpha1
for earlier commits, see TRIQS0.x repository.
2013-07-17 19:24:07 +02:00

39 lines
1.0 KiB
ReStructuredText

.. index:: Green's functions
.. module:: pytriqs.gf.local
.. _green:
Green's functions
=================
Green's functions are among the most important objects when dealing with
many-body problems. TRIQS makes it easy for you to manipulate them. Before
starting with some example, let us readily emphasize the essential notion
that Green's functions have a **block** structure:
.. math::
G^a_{\alpha_a \beta_a} (\tau) = - \mathcal{T} <c^a_{\alpha_a}(\tau) c^{a \dagger}_{\beta_a} (0)>
Here, :math:`a` labels a block, while :math:`\alpha_a, \beta_a` are indices
**within** the block :math:`a`. In other words, there can be off-diagonal
elements within a block but not between blocks. Whenever possible, one should
take advantage of the symmetries of the problem under consideration and define
blocks for the Green's functions.
In this documentation, we will start with the block Green's function,
and then proceed with the general Green's function and its block structure.
.. toctree::
:maxdepth: 2
tutorial
block
transforms
full