1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-17 15:27: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

@ -34,6 +34,10 @@ namespace Grid {
" "
};
// void sprojMul( vHalfSpinColourVector &out,vColourMatrix &u, vSpinColourVector &in){
// vHalfSpinColourVector hspin;
// spProjXp(hspin,in);
// mult(&out,&u,&hspin);
// }
}
}