app: stacked cores: 40-xx: complete a few more runs
This commit is contained in:
@@ -80,6 +80,7 @@ of_interest = []
|
||||
# ]
|
||||
|
||||
of_interest += [(p, get_meas(p)) for p in [
|
||||
SimParams41(4, 3, 400, "1e10"),
|
||||
SimParams41(18, 1, 600, "3e9"),
|
||||
SimParams41(18, 1, 600, "5e9"),
|
||||
SimParams41(18, 1, 600, "1e10"),
|
||||
|
@@ -125,11 +125,13 @@ sims = [
|
||||
(SimParams41(10, 3, 800, "3e9"), None, 20000),
|
||||
|
||||
# in progress
|
||||
(SimParams41(4, 3, 400, "1e10"), None, 20000),
|
||||
(SimParams41(18, 1, 600, "5e9"), None, 20000),
|
||||
(SimParams41(18, 1, 600, "3e9"), None, 20000),
|
||||
(SimParams41(18, 1, 600, "1e10"), None, 20000),
|
||||
(SimParams41(18, 1, 600, "2e10"), None, 20000),
|
||||
(SimParams41(9, 1, 400, "1e10"), None, 20000),
|
||||
(SimParams41(12, 2, 600, "5e9"), None, 20000),
|
||||
(SimParams41(12, 2, 600, "1e10"), None, 20000),
|
||||
(SimParams41(10, 3, 800, "2e10"), None, 20000),
|
||||
(SimParams41(6, 2, 400, "1e10"), None, 20000),
|
||||
@@ -1323,6 +1325,10 @@ Piecewise(
|
||||
[
|
||||
[ -17051, -16783 ], # -1.0
|
||||
[ -11597, -16745 ], # 0.0
|
||||
[ -9203, -16662 ], # 0.05
|
||||
[ -2332, -16326 ], # 0.1
|
||||
[ 4694, -13753 ], # 0.15
|
||||
[ 11658, -6311 ], # 0.2
|
||||
[ 17687, 620 ], # 1.0
|
||||
]
|
||||
)
|
||||
@@ -1395,6 +1401,16 @@ Piecewise(
|
||||
)
|
||||
""")
|
||||
|
||||
set_meas("41-0.00059999997rad-12coupling-5_1_winding-5e9-drive", """
|
||||
Piecewise(
|
||||
[
|
||||
[ -17072, -9628 ], # -1.0
|
||||
[ -7871, -7153 ], # 0.0
|
||||
[ 17393, 1587 ], # 1.0
|
||||
]
|
||||
)
|
||||
""")
|
||||
|
||||
set_meas("41-0.00059999997rad-12coupling-5_1_winding-1e10-drive", """
|
||||
Piecewise(
|
||||
[
|
||||
|
@@ -4058,11 +4058,12 @@ fn main() {
|
||||
][..],
|
||||
] {
|
||||
for (coupling_loops, s0_loops, s_major, cur_flt) in [
|
||||
// waiting for completion
|
||||
(4, 3, um(400), 1e10),
|
||||
(18, 1, um(600), 5e9),
|
||||
(18, 1, um(600), 3e9),
|
||||
(18, 1, um(600), 1e10),
|
||||
(18, 1, um(600), 2e10),
|
||||
(12, 2, um(600), 5e9),
|
||||
|
||||
(10, 3, um(800), 1e10), // verified geom; too low slope. waiting for 0.22, 0.27
|
||||
|
||||
@@ -4074,7 +4075,7 @@ fn main() {
|
||||
(9, 3, um(600), 2e10), // VIABLE INVERTER (0.77, 0.87)
|
||||
|
||||
|
||||
|
||||
// (12, 2, um(600), 5e9), // too low tx
|
||||
// (9, 1, um(400), 5e9), // barely too low slope
|
||||
// (9, 1, um(400), 2e10), // too low tx
|
||||
// (9, 3, um(600), 1e10), // too low slope
|
||||
|
Reference in New Issue
Block a user