1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-08-07 15:07:12 +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"?>
<grid>
<LanczosParameters>
<mass>0.00107</mass>
<mass>-1.025</mass>
<mstep>-0.025</mstep>
<M5>1.8</M5>
<Ls>48</Ls>
<Nstop>10</Nstop>
<Nk>15</Nk>
<Np>85</Np>
<ChebyLow>0.003</ChebyLow>
<ChebyHigh>60</ChebyHigh>
<ChebyOrder>201</ChebyOrder>
<Nk>12</Nk>
<Np>30</Np>
<ChebyLow>0.1</ChebyLow>
<ChebyHigh>50</ChebyHigh>
<ChebyOrder>51</ChebyOrder>
</LanczosParameters>
</grid>