Skip to content

Commit 40b01f0

Browse files
committed
Added post-completion RZ zeros up to t=140k
1 parent d40e434 commit 40b01f0

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

src/Theories/CTs/helpers/RZgoodzeros.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,11 @@
4444
62202.06,
4545
67097.36,
4646
73886.56,
47-
95904.99
47+
95904.99,
48+
103700.57,
49+
107000.02,
50+
127613.04,
51+
139605.52
4852
],
4953
"longZeros": [
5054
7623.42,
@@ -107,7 +111,10 @@
107111
"toRho": 2000, "from": 20000, "to": 60000
108112
},
109113
{
110-
"toRho": 999999999, "from": 30000, "to": 999999999
114+
"toRho": 2100, "from": 30000, "to": 100000
115+
},
116+
{
117+
"toRho": 999999, "from": 50000, "to": 999999999
111118
}
112119
],
113120
"rzdIdleBoundaries": [
@@ -133,7 +140,10 @@
133140
"toRho": 2000, "from": 20000, "to": 60000
134141
},
135142
{
136-
"toRho": 999999999, "from": 30000, "to": 999999999
143+
"toRho": 2100, "from": 30000, "to": 100000
144+
},
145+
{
146+
"toRho": 999999, "from": 50000, "to": 999999999
137147
}
138148
]
139149
}

0 commit comments

Comments
 (0)