3
0
mirror of https://github.com/triqs/dft_tools synced 2024-11-01 03:33:50 +01:00
dft_tools/triqs/gfs/meshes
Olivier Parcollet a5938a8d9e Fix arithmetic of mesh_points in gf
- the arithmetics of the gf mesh_points :
the forwarding of the second argument was missing,
leading to subtle bugs e.g. in  (in matrix case) :

  deltaw(iom_) << iom_ * gw.singularity()(-1) + gw.singularity()(0) - gw(iom_);

because the partial evaluation of the expression introduced a dangling const matrix_view &
instead of moving the temporary matrix_view into the final matrix expression template.
2013-10-18 21:52:57 +02:00
..
discrete.hpp gf: mesh. const_iterator and add cbegin 2013-08-27 13:43:58 +02:00
linear.hpp gf : cleaning the imtime evaluator 2013-09-09 15:41:46 +02:00
mesh_tools.hpp Fix arithmetic of mesh_points in gf 2013-10-18 21:52:57 +02:00
product.hpp gf : clean product mesh 2013-09-11 18:38:18 +02:00