3
0
mirror of https://github.com/triqs/dft_tools synced 2024-10-31 19:23:45 +01:00
dft_tools/doc/reference/c++
Olivier Parcollet 1ecec0b933 gfs: Fix bug in imfreq with <0 freq.
- there was a confusion in gf imfreq, in the new case
where freq can be <0 (non real gf, or for product gf).
- index: is the matsubara n, as in the struct matsubara_freq
  index can be >0 or <0
- linear_index : is the shift from the 0. It is always >0.
  Fixed function to compute it.

- Also changed the construction of mesh_point in the generic iterator.
  Before, was constructed with a mesh point of index 0
  Now, added a new constructor on mesh_point_t, just taking the mesh
  which construct the *first* mesh_point.
  Fixed linear, discrete, product accordingly.
  Added to the documentation of the concepts of gf.
2014-01-05 20:10:33 +01:00
..
arrays Iteration over the doc 2013-12-31 14:22:00 +01:00
clef Iteration over the doc 2013-12-31 14:22:00 +01:00
det_manip doc: cookbooks from det_manip and arrays harmonized 2013-12-18 15:50:18 +01:00
gf gfs: Fix bug in imfreq with <0 freq. 2014-01-05 20:10:33 +01:00
mctools Iteration over the doc 2013-12-31 14:22:00 +01:00
parameters Work on documentation 2013-11-20 15:17:08 +01:00
using_the_lib documentation for tail (python+c++) and for profiling 2013-12-31 14:38:55 +01:00
utilities Work on doc 2013-08-31 15:22:36 +02:00
CMakeLists.txt First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
contents.rst documentation for tail (python+c++) and for profiling 2013-12-31 14:38:55 +01:00
conventions.rst Iteration over the doc 2013-12-31 14:22:00 +01:00