3
0
mirror of https://github.com/triqs/dft_tools synced 2024-11-01 11:43:47 +01:00
dft_tools/doc/reference/c++/gf/contents.rst
Olivier Parcollet bdac3e159c work on doc for gf, and details.
- little details : code cleaning, clang formatting,  along
with documentation writing for c++ gf.
- separated the mesh in small class for better doc.
- work on documentation : reorganize specialisation, ...
2013-12-30 22:32:16 +01:00

26 lines
433 B
ReStructuredText

.. _greenfunctions:
Green functions
=================
The TRIQS library provides a generic container `gf` and its views `gf_view` and `gf_const_view`, to store and manipulate
various Green functions.
.. warning::
This library is still alpha. API may evolve. Documentation still in progress.
.. toctree::
:maxdepth: 2
intro
gf_and_view
gf_special
clef
tail
fourier
concepts
implementation_notes