1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 09:15:38 +01:00

Merge remote-tracking branch 'upstream/develop' into feature/kl2QEDseq

This commit is contained in:
Vera Guelpers 2019-07-03 14:37:56 +01:00
commit 3a31ba2ea2

View File

@ -112,7 +112,7 @@ void TA2ALoop<FImpl>::execute(void)
loop = zero;
for (unsigned int i = 0; i < left.size(); ++i)
{
loop += outerProduct(adj(left[i]), right[i]);
loop += outerProduct(left[i], right[i]);
}
}