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

Tests on frontier with real speed up . 3.5x on 16^3 at mq=0.01

This commit is contained in:
Peter Boyle
2023-10-20 19:25:39 -04:00
parent b6ad1bafc7
commit 9c9c42d0df
2 changed files with 8 additions and 8 deletions

View File

@ -257,7 +257,7 @@ int main (int argc, char ** argv)
// Build a coarse lanczos
//////////////////////////////////////////
// Chebyshev<CoarseVector> IRLCheby(0.01,44.0,201); // 1 iter
Chebyshev<CoarseVector> IRLCheby(0.006,44.0,301); // 1 iter
Chebyshev<CoarseVector> IRLCheby(0.005,44.0,401); // 1 iter
FunctionHermOp<CoarseVector> IRLOpCheby(IRLCheby,CoarseOp);
PlainHermOp<CoarseVector> IRLOp (CoarseOp);
int Nk=160;