3
0
mirror of https://github.com/triqs/dft_tools synced 2024-12-25 13:53:40 +01:00
dft_tools/triqs
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 work on doc for gf, and details. 2013-12-30 22:32:16 +01:00
clef gf/clef. Bug fix, and added scalar->matrix reinterpret for blocks 2013-10-31 14:41:48 +01:00
det_manip bug in a det_manip constructor (from vectors for x and y values) corrected 2013-12-18 11:21:39 +01:00
gfs gfs: Fix bug in imfreq with <0 freq. 2014-01-05 20:10:33 +01:00
h5 arrays: clean h5 code 2013-11-18 23:41:32 +01:00
lattice arrays: Remove dim0, dim1, .shape in various matrix object. 2013-08-27 13:43:58 +02:00
mc_tools mc_tools : add debug print under macro 2013-12-23 23:21:30 +01:00
parameters [API Change] parameters: required, optional 2013-10-26 14:34:10 +02:00
python_tools changing non_view_type to regular_type 2013-08-27 13:43:57 +02:00
utility callback: move to std::chrono instead of boost 2013-12-10 11:52:53 +01:00
arrays.hpp arrays : rm linalg/determinant and inverse (links) 2013-08-27 13:43:57 +02:00
clef.hpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
CMakeLists.txt cmake. group c++11 flags 2013-12-04 22:24:14 +01:00
det_manip.hpp add header helper files 2013-11-18 23:41:32 +01:00
gfs.hpp gf. Clean Fourier 2013-10-23 18:46:55 +02:00
h5.hpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
mc_tools.hpp add header helper files 2013-11-18 23:41:32 +01:00
parameters.hpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
version.hpp.in Work on documentation 2013-09-17 14:55:55 +02:00