mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-04 19:25:56 +01:00
Try 1/x for hermitian indef approx
This commit is contained in:
parent
01231ce824
commit
42e6055746
@ -57,5 +57,21 @@ int main (int argc, char ** argv)
|
|||||||
ChebyStep.csv(of);
|
ChebyStep.csv(of);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
lo=-8;
|
||||||
|
hi=8;
|
||||||
|
Chebyshev<LatticeFermion> ChebyIndefInv(lo,hi,40,InverseApproximation);
|
||||||
|
{
|
||||||
|
std::ofstream of("chebyindefinv");
|
||||||
|
ChebyIndefInv.csv(of);
|
||||||
|
}
|
||||||
|
|
||||||
|
lo=0;
|
||||||
|
hi=64;
|
||||||
|
Chebyshev<LatticeFermion> ChebyNE(lo,hi,40,InverseApproximation);
|
||||||
|
{
|
||||||
|
std::ofstream of("chebyNE");
|
||||||
|
ChebyNE.csv(of);
|
||||||
|
}
|
||||||
|
|
||||||
Grid_finalize();
|
Grid_finalize();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user