1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-17 07:17:06 +01:00

Integrated Lebesgue code and been playing with alternate implementations of the wilson dop without

any particular success in increasing the performance.
This commit is contained in:
Peter Boyle
2015-04-30 16:39:06 +01:00
parent d8ffa09e3b
commit c0ead94791
6 changed files with 196 additions and 78 deletions

View File

@ -48,6 +48,8 @@ namespace Grid {
// m+4r -1/2 Dhop; both cb's
void Dw(const LatticeFermion &in, LatticeFermion &out);
typedef iScalar<iMatrix<vComplex, Nc> > matrix;
// half checkerboard operaions
void MpcDag (const LatticeFermion &in, LatticeFermion &out);
void Mpc (const LatticeFermion &in, LatticeFermion &out);