1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-08-09 07:57:05 +01:00

Adding mass step

This commit is contained in:
Chulwoo Jung
2025-08-06 16:52:51 +00:00
parent c606f5dca0
commit 2bf9179d2c

View File

@@ -1,14 +1,15 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<grid> <grid>
<LanczosParameters> <LanczosParameters>
<mass>0.00107</mass> <mass>-1.025</mass>
<mstep>-0.025</mstep>
<M5>1.8</M5> <M5>1.8</M5>
<Ls>48</Ls> <Ls>48</Ls>
<Nstop>10</Nstop> <Nstop>10</Nstop>
<Nk>15</Nk> <Nk>12</Nk>
<Np>85</Np> <Np>30</Np>
<ChebyLow>0.003</ChebyLow> <ChebyLow>0.1</ChebyLow>
<ChebyHigh>60</ChebyHigh> <ChebyHigh>50</ChebyHigh>
<ChebyOrder>201</ChebyOrder> <ChebyOrder>51</ChebyOrder>
</LanczosParameters> </LanczosParameters>
</grid> </grid>