3
0
mirror of https://github.com/triqs/dft_tools synced 2024-12-26 06:14:14 +01:00
dft_tools/triqs/gfs
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
..
domains Work on gf 2013-09-09 15:41:46 +02:00
local Fix upper bound problem in tails 2013-09-13 12:16:04 +02:00
meshes Fix arithmetic of mesh_points in gf 2013-10-18 21:52:57 +02:00
block.hpp gf : correction for block 2013-08-30 12:59:46 +02:00
CMakeLists.txt [API BREAK] rename directory gf -> gfs 2013-07-29 11:53:02 +02:00
curry.hpp Work on gf 2013-09-06 16:00:51 +02:00
data_proxies.hpp Revert a wrong fix in expression template for gf 2013-10-17 00:28:51 +02:00
gf_expr.hpp Revert a wrong fix in expression template for gf 2013-10-17 00:28:51 +02:00
gf.hpp Revert a wrong fix in expression template for gf 2013-10-17 00:28:51 +02:00
imfreq.hpp gfs: change the name of the mesh -> gf_mesh for gcc 2013-08-27 14:20:50 +02:00
imtime.hpp gf : cleaning the imtime evaluator 2013-09-09 15:41:46 +02:00
legendre.hpp gf : correction to legendre. 2013-08-30 16:08:40 +02:00
product.hpp Work on gf 2013-09-06 16:00:51 +02:00
re_im_freq.hpp gf: minor correction for 2 times, etc... 2013-09-11 20:48:03 +02:00
re_im_time.hpp gf: minor correction for 2 times, etc... 2013-09-11 20:48:03 +02:00
refreq_imtime.hpp gf: minor correction for 2 times, etc... 2013-09-11 20:48:03 +02:00
refreq.hpp gfs: change the name of the mesh -> gf_mesh for gcc 2013-08-27 14:20:50 +02:00
retime.hpp gfs: change the name of the mesh -> gf_mesh for gcc 2013-08-27 14:20:50 +02:00
tools.hpp arrays: rm has_view_type_tag & add_views 2013-08-27 13:43:57 +02:00
two_real_times.hpp gf: minor correction for 2 times, etc... 2013-09-11 20:48:03 +02:00