When I restructured the meson module I did not touch the part of the code contracting already sinked propagators. This introduced a bug, as I am looping through gamma matrices differently now - the current code crashes with an 'Illegal Instruction' error.
This pull request fixes that, by using the correct loop structure though gammaMap. I also added a timer like I did in the other parts of the module.
When I restructured the meson module I did not touch the part of the code contracting already sinked propagators. This introduced a bug, as I am looping through gamma matrices differently now - the current code crashes with an 'Illegal Instruction' error.
This pull request fixes that, by using the correct loop structure though
gammaMap
. I also added a timer like I did in the other parts of the module.