aportelli / Hadrons

Grid-based workflow management system for lattice field theory simulations
GNU General Public License v2.0
23 stars 32 forks source link

bugfix in meson module #111

Closed felixerben closed 1 year ago

felixerben commented 1 year ago

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.