From f3480b60c648c84562459c2a735ab1b28cd9b4af Mon Sep 17 00:00:00 2001 From: Olivier Parcollet Date: Sun, 8 Sep 2013 15:42:44 +0200 Subject: [PATCH] doc : add some file --- doc/reference/c++/using_the_lib/contents.rst | 22 ++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 doc/reference/c++/using_the_lib/contents.rst diff --git a/doc/reference/c++/using_the_lib/contents.rst b/doc/reference/c++/using_the_lib/contents.rst new file mode 100644 index 00000000..557980bb --- /dev/null +++ b/doc/reference/c++/using_the_lib/contents.rst @@ -0,0 +1,22 @@ +Building an application +=============================== + +The goal of these notes is to give a practical +introduction to the development of a code that uses the TRIQS headers and +libraries. Rather than being completely general this tutorial will guide you +through the development of a simple CT-INT impurity solver. + +At first, we will see how to write a code that uses TRIQS but that is not meant +to become part of TRIQS. This is especially relevant when you write a pure C++ +code for your personal use. You will learn how to write a Monte Carlo +simulation with a simple example. + +The next step will be to *pythonize* your code. This is very convenient to +change parameters or do simple pre-simulation calculations. It is also +the way most of TRIQS applications are done. + + +.. toctree:: + :maxdepth: 2 + + triqs_library