app: stacked cores: 40-xx: complete a few more runs

This commit is contained in:
2022-10-03 02:34:26 -07:00
parent c9c2f11ec8
commit 72d6d017a6
3 changed files with 22 additions and 4 deletions

View File

@@ -80,6 +80,7 @@ of_interest = []
# ] # ]
of_interest += [(p, get_meas(p)) for p in [ of_interest += [(p, get_meas(p)) for p in [
SimParams41(4, 3, 400, "1e10"),
SimParams41(18, 1, 600, "3e9"), SimParams41(18, 1, 600, "3e9"),
SimParams41(18, 1, 600, "5e9"), SimParams41(18, 1, 600, "5e9"),
SimParams41(18, 1, 600, "1e10"), SimParams41(18, 1, 600, "1e10"),

View File

@@ -125,11 +125,13 @@ sims = [
(SimParams41(10, 3, 800, "3e9"), None, 20000), (SimParams41(10, 3, 800, "3e9"), None, 20000),
# in progress # in progress
(SimParams41(4, 3, 400, "1e10"), None, 20000),
(SimParams41(18, 1, 600, "5e9"), None, 20000), (SimParams41(18, 1, 600, "5e9"), None, 20000),
(SimParams41(18, 1, 600, "3e9"), None, 20000), (SimParams41(18, 1, 600, "3e9"), None, 20000),
(SimParams41(18, 1, 600, "1e10"), None, 20000), (SimParams41(18, 1, 600, "1e10"), None, 20000),
(SimParams41(18, 1, 600, "2e10"), None, 20000), (SimParams41(18, 1, 600, "2e10"), None, 20000),
(SimParams41(9, 1, 400, "1e10"), None, 20000), (SimParams41(9, 1, 400, "1e10"), None, 20000),
(SimParams41(12, 2, 600, "5e9"), None, 20000),
(SimParams41(12, 2, 600, "1e10"), None, 20000), (SimParams41(12, 2, 600, "1e10"), None, 20000),
(SimParams41(10, 3, 800, "2e10"), None, 20000), (SimParams41(10, 3, 800, "2e10"), None, 20000),
(SimParams41(6, 2, 400, "1e10"), None, 20000), (SimParams41(6, 2, 400, "1e10"), None, 20000),
@@ -1323,6 +1325,10 @@ Piecewise(
[ [
[ -17051, -16783 ], # -1.0 [ -17051, -16783 ], # -1.0
[ -11597, -16745 ], # 0.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 [ 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", """ set_meas("41-0.00059999997rad-12coupling-5_1_winding-1e10-drive", """
Piecewise( Piecewise(
[ [

View File

@@ -4058,11 +4058,12 @@ fn main() {
][..], ][..],
] { ] {
for (coupling_loops, s0_loops, s_major, cur_flt) in [ 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), 5e9),
(18, 1, um(600), 3e9), (18, 1, um(600), 3e9),
(18, 1, um(600), 1e10), (18, 1, um(600), 1e10),
(18, 1, um(600), 2e10), (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 (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) (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), 5e9), // barely too low slope
// (9, 1, um(400), 2e10), // too low tx // (9, 1, um(400), 2e10), // too low tx
// (9, 3, um(600), 1e10), // too low slope // (9, 3, um(600), 1e10), // too low slope