Loading include/dca/phys/dca_step/cluster_solver/shared_tools/accumulation/tp/tp_accumulator.hpp +4 −4 Original line number Diff line number Diff line Loading @@ -324,8 +324,8 @@ std::complex<typename TpAccumulator<Parameters, linalg::CPU>::Real> TpAccumulato auto minus_w2 = [=](const int w) { return 2 * n_pos_frqs_ - 1 - w; }; auto plus_w1 = [=](const int w) { return w - n_pos_frqs_; }; auto minus_k = [=](const int k) { const static int k0 = RDmn::parameter_type::origin_index(); return RDmn::parameter_type::subtract(k, k0); const static int k0 = KDmn::parameter_type::origin_index(); return KDmn::parameter_type::subtract(k, k0); }; Loading @@ -345,8 +345,8 @@ void TpAccumulator<Parameters, linalg::CPU>::getGMultiband(int s, int k1, int k2 auto plus_w1 = [=](const int w) { return w - n_pos_frqs_; }; auto minus_k = [=](const int k) { const static int k0 = RDmn::parameter_type::origin_index(); return RDmn::parameter_type::subtract(k, k0); const static int k0 = KDmn::parameter_type::origin_index(); return KDmn::parameter_type::subtract(k, k0); }; Loading Loading
include/dca/phys/dca_step/cluster_solver/shared_tools/accumulation/tp/tp_accumulator.hpp +4 −4 Original line number Diff line number Diff line Loading @@ -324,8 +324,8 @@ std::complex<typename TpAccumulator<Parameters, linalg::CPU>::Real> TpAccumulato auto minus_w2 = [=](const int w) { return 2 * n_pos_frqs_ - 1 - w; }; auto plus_w1 = [=](const int w) { return w - n_pos_frqs_; }; auto minus_k = [=](const int k) { const static int k0 = RDmn::parameter_type::origin_index(); return RDmn::parameter_type::subtract(k, k0); const static int k0 = KDmn::parameter_type::origin_index(); return KDmn::parameter_type::subtract(k, k0); }; Loading @@ -345,8 +345,8 @@ void TpAccumulator<Parameters, linalg::CPU>::getGMultiband(int s, int k1, int k2 auto plus_w1 = [=](const int w) { return w - n_pos_frqs_; }; auto minus_k = [=](const int k) { const static int k0 = RDmn::parameter_type::origin_index(); return RDmn::parameter_type::subtract(k, k0); const static int k0 = KDmn::parameter_type::origin_index(); return KDmn::parameter_type::subtract(k, k0); }; Loading