3
0
mirror of https://github.com/triqs/dft_tools synced 2024-11-02 04:03:49 +01:00
dft_tools/doc/reference/c++/gf
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
..
clef.rst work on doc for gf, and details. 2013-12-30 22:32:16 +01:00
CMakeLists.txt work on doc for gf, and details. 2013-12-30 22:32:16 +01:00
concepts.rst gfs: Fix bug in imfreq with <0 freq. 2014-01-05 20:10:33 +01:00
contents.rst work on doc for gf, and details. 2013-12-30 22:32:16 +01:00
fourier_impl_notes.rst gf. Clean Fourier 2013-10-23 18:46:55 +02:00
fourier.rst work on doc for gf, and details. 2013-12-30 22:32:16 +01:00
gf_and_view.rst work on doc for gf, and details. 2013-12-30 22:32:16 +01:00
gf_assign.rst gf: Work on documentation 2013-10-22 21:29:40 +02:00
gf_block.rst work on doc for gf, and details. 2013-12-30 22:32:16 +01:00
gf_call.rst gf: Work on documentation 2013-10-22 21:29:40 +02:00
gf_constructors.rst gf: Work on documentation 2013-10-22 21:29:40 +02:00
gf_data.rst gf: Work on documentation 2013-10-22 21:29:40 +02:00
gf_imfreq.rst work on doc for gf, and details. 2013-12-30 22:32:16 +01:00
gf_imtime.rst work on doc for gf, and details. 2013-12-30 22:32:16 +01:00
gf_legendre.rst work on doc for gf, and details. 2013-12-30 22:32:16 +01:00
gf_misc.rst work on doc 2013-08-27 13:43:58 +02:00
gf_part_eval_curry.rst gf: Work on documentation 2013-10-22 21:29:40 +02:00
gf_product.rst work on doc for gf, and details. 2013-12-30 22:32:16 +01:00
gf_refreq.rst work on doc for gf, and details. 2013-12-30 22:32:16 +01:00
gf_reinterpret.rst work on doc for gf, and details. 2013-12-30 22:32:16 +01:00
gf_retime.rst work on doc for gf, and details. 2013-12-30 22:32:16 +01:00
gf_special.rst work on doc for gf, and details. 2013-12-30 22:32:16 +01:00
gf_subscript.rst gf: Work on documentation 2013-10-22 21:29:40 +02:00
implementation_notes.rst gf: Work on documentation 2013-10-22 21:29:40 +02:00
intro.rst gf: Work on documentation 2013-10-22 21:29:40 +02:00
meshes.rst.old work on doc for gf, and details. 2013-12-30 22:32:16 +01:00
plan.txt Work on doc 2013-08-30 12:59:47 +02:00
tail.rst Add doc for tightbinding and bravaislattice. 2013-12-31 15:26:20 +01:00