mirror of
https://github.com/triqs/dft_tools
synced 2024-12-26 22:33:48 +01:00
edd1ff4529
A first general restructuration of the doc according to the pattern [tour|tutorial|reference]. In the reference part, objects are documented per topic. In each topic, [definition|c++|python|hdf5] (not yet implemented)
20 lines
391 B
ReStructuredText
20 lines
391 B
ReStructuredText
Using TRIQS in your own C++ project
|
|
====================================
|
|
|
|
.. warning::
|
|
|
|
Under construction...
|
|
|
|
|
|
The goal of these notes is to give a practical
|
|
introduction to the development of a code that uses the TRIQS headers and
|
|
libraries, including the proper `cmake` configuration files.
|
|
|
|
We will expose successively various cases:
|
|
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
triqs_library
|