HISKP-LQCD / sLapH-contractions

Stochastic LapH contraction program
GNU General Public License v3.0
3 stars 3 forks source link

Factor multiplications and traces are inefficient #70

Open kostrzewa opened 6 years ago

kostrzewa commented 6 years ago

The multiplications and traces carried out in the final stage of the computation are highly inefficient.

The factor generation, while not ideal, is actually reasonably efficient, especially when compared to the final factor multiplication, especially in the case when there are many momentum combinations. This is because the side lengths are generally large enough for an isolated Eigen multiplication to be not much slower than some more optimal hand-written kernel.