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

Overlap Wilson Cayley tanh & zolo

This commit is contained in:
Peter Boyle
2015-06-03 11:26:54 +01:00
parent 26e9b04fab
commit 8fe3d4f971
9 changed files with 161 additions and 51 deletions

View File

@ -34,6 +34,7 @@ namespace Grid {
assert(zdata->n==this->Ls);
std::cout << "MobiusZolotarevFermion (b="<<b<<",c="<<c<<") with Ls= "<<Ls<<" Zolotarev range ["<<lo<<","<<hi<<"]"<<std::endl;
std::cout << "MobiusZolotarevFermion : note there is a degeneracy between (b+c) and Zolo param hi"<<std::endl;
// Call base setter
this->CayleyFermion5D::SetCoefficients(1.0,zdata,b,c);