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/contents.rst

26 lines
433 B
ReStructuredText
Raw Normal View History

.. _greenfunctions:
2013-08-22 16:55:51 +02:00
Green functions
=================
The TRIQS library provides a generic container `gf` and its views `gf_view` and `gf_const_view`, to store and manipulate
2013-08-22 16:55:51 +02:00
various Green functions.
2013-09-04 17:05:33 +02:00
.. warning::
This library is still alpha. API may evolve. Documentation still in progress.
.. toctree::
:maxdepth: 2
2013-08-22 16:55:51 +02:00
intro
gf_and_view
gf_special
clef
2013-08-22 16:55:51 +02:00
tail
fourier
concepts
2013-08-22 16:55:51 +02:00
implementation_notes