3
0
mirror of https://github.com/triqs/dft_tools synced 2024-10-31 19:23:45 +01:00
dft_tools/triqs/gfs
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
..
deprecated work on doc for gf, and details. 2013-12-30 22:32:16 +01:00
domains work on doc for gf, and details. 2013-12-30 22:32:16 +01:00
local work on doc for gf, and details. 2013-12-30 22:32:16 +01:00
meshes gfs: Fix bug in imfreq with <0 freq. 2014-01-05 20:10:33 +01:00
block.hpp gf/clef. Bug fix, and added scalar->matrix reinterpret for blocks 2013-10-31 14:41:48 +01:00
CMakeLists.txt [API BREAK] rename directory gf -> gfs 2013-07-29 11:53:02 +02:00
curry.hpp gf curry: clean call for a single index 2013-10-21 17:05:15 +02:00
data_proxies.hpp implement gf_const_view 2013-10-21 15:12:53 +02:00
evaluators.hpp work on doc for gf, and details. 2013-12-30 22:32:16 +01:00
gf_expr.hpp [API change] gf : factories -> constructors 2013-10-21 15:11:44 +02:00
gf.hpp work on doc for gf, and details. 2013-12-30 22:32:16 +01:00
imfreq.hpp work on doc for gf, and details. 2013-12-30 22:32:16 +01:00
imtime.hpp work on doc for gf, and details. 2013-12-30 22:32:16 +01:00
legendre.hpp [API change] gf : factories -> constructors 2013-10-21 15:11:44 +02:00
product.hpp work on doc for gf, and details. 2013-12-30 22:32:16 +01:00
refreq.hpp work on doc for gf, and details. 2013-12-30 22:32:16 +01:00
retime.hpp work on doc for gf, and details. 2013-12-30 22:32:16 +01:00
tools.hpp work on doc for gf, and details. 2013-12-30 22:32:16 +01:00