1
0
mirror of https://github.com/paboyle/Grid.git synced 2026-04-01 17:56:08 +01:00

RestartedLanczosBidiagonalization seems to have been fixed

This commit is contained in:
Chulwoo Jung
2026-03-16 14:34:56 -04:00
parent 4e1d95d3bb
commit f3223021fd
3 changed files with 68 additions and 29 deletions

View File

@@ -1,15 +1,18 @@
<?xml version="1.0"?>
<grid>
<LanczosParameters>
<mass>-1.025</mass>
<mass>0</mass>
<mstep>-0.025</mstep>
<M5>1.8</M5>
<Ls>48</Ls>
<Nstop>10</Nstop>
<Nk>12</Nk>
<Np>30</Np>
<ChebyLow>0.1</ChebyLow>
<ChebyHigh>50</ChebyHigh>
<Nstop>5</Nstop>
<Nk>5</Nk>
<Np>5</Np>
<ReadEvec>0</ReadEvec>
<maxIter>10000</maxIter>
<resid>1e-10</resid>
<ChebyLow>1</ChebyLow>
<ChebyHigh>100</ChebyHigh>
<ChebyOrder>51</ChebyOrder>
</LanczosParameters>
</grid>

View File

@@ -201,7 +201,7 @@ int main(int argc, char** argv) {
}
// std::vector<Complex> boundary = {1,1,1,-1};
std::vector<Complex> boundary = {1,1,1,0};
std::vector<Complex> boundary = {1,1,1,1};
FermionOp::ImplParams Params(boundary);