app: stacked_cores: 41-xx: mark some completed runs; prototype a 800um 3:1 run

This commit is contained in:
2022-10-04 01:44:53 -07:00
parent 98a7815cd7
commit 427bb1ec22
3 changed files with 37 additions and 22 deletions

View File

@@ -79,23 +79,25 @@ of_interest = []
# ]
# ]
of_interest += [(p, get_meas(p)) for p in [
SimParams41(4, 3, 400, "2e10"),
SimParams41(16, 2, 800, "2e10"),
SimParams41(18, 1, 600, "3e9"),
SimParams41(18, 1, 600, "5e9"),
SimParams41(18, 1, 600, "1e10"),
SimParams41(18, 1, 600, "2e10"),
# SimParams41(4, 3, 400, "1e10"),
# SimParams41(9, 1, 400, "1e10"),
# SimParams41(12, 2, 600, "1e10"),
# SimParams41(12, 2, 600, "5e9"),
# SimParams41(10, 3, 800, "2e10"),
# SimParams41(6, 2, 400, "1e10"),
# SimParams41(9, 3, 600, "2e10"),
SimParams41(10, 3, 800, "1e10"),
# SimParams41(9, 1, 400, "5e9"),
] if get_meas(p)]
of_interest += [(p, get_meas(p)) for p in
[
# SimParams41(4, 3, 400, "2e10"),
# SimParams41(16, 2, 800, "2e10"),
# SimParams41(18, 1, 600, "3e9"),
# SimParams41(18, 1, 600, "5e9"),
SimParams41(18, 1, 600, "1e10"),
SimParams41(18, 1, 600, "2e10"),
# SimParams41(4, 3, 400, "1e10"),
# SimParams41(9, 1, 400, "1e10"),
# SimParams41(12, 2, 600, "1e10"),
# SimParams41(12, 2, 600, "5e9"),
# SimParams41(10, 3, 800, "2e10"),
# SimParams41(6, 2, 400, "1e10"),
# SimParams41(9, 3, 600, "2e10"),
SimParams41(10, 3, 800, "1e10"),
# SimParams41(9, 1, 400, "5e9"),
] if get_meas(p)
]

View File

@@ -1387,6 +1387,7 @@ Piecewise(
[ 1874, -16746 ], # 0.05
[ 5490, -16708 ], # 0.06
[ 9077, -15721 ], # 0.07
[ 12544, -12704 ], # 0.08
[ 15642, -9367 ], # 0.09
[ 16738, -8083 ], # 0.1
[ 17053, -7710 ], # 0.11
@@ -1467,13 +1468,16 @@ Piecewise(
[ -11018, -9787 ], # 0.0
[ -10533, -9630 ], # 0.05
[ -9926, -9430 ], # 0.07
[ -9242, -9204 ], # 0.08
[ -7737, -8706 ], # 0.1
[ -6135, -8179 ], # 0.12
[ -5321, -7911 ], # 0.13
[ -3667, -7366 ], # 0.15
[ -1998, -6817 ], # 0.17
[ 524, -5982 ], # 0.2
[ 2208, -5415 ], # 0.22
[ 4736, -4526 ], # 0.25
[ 6420, -3880 ], # 0.27
[ 8935, -2733 ], # 0.3
[ 17208, 3349 ], # 0.5
[ 17520, 3549 ], # 0.8
@@ -1495,13 +1499,16 @@ Piecewise(
[ -11615, -16836 ], # 0.0
[ -2336, -16805 ], # 0.05
[ 3260, -16363 ], # 0.07
[ 6056, -15675 ], # 0.08
[ 11594, -9700 ], # 0.1
[ 16182, -4014 ], # 0.12
[ 16781, -3252 ], # 0.13
[ 17300, -2603 ], # 0.15
[ 17473, -2401 ], # 0.17
[ 17566, -2290 ], # 0.2
[ 17595, -2254 ], # 0.22
[ 17623, -2217 ], # 0.25
[ 17636, -2199 ], # 0.27
[ 17652, -2173 ], # 0.3
[ 17752, -2034 ], # 0.5
[ 17836, -1920 ], # 0.8

View File

@@ -4006,8 +4006,8 @@ fn main() {
1.00,
-1.00,
0.00,
][..],
&[
// ][..],
// &[
// establish the slope around the most likely stable/amplifying region
0.05,
0.10,
@@ -4016,8 +4016,12 @@ fn main() {
0.07,
0.17,
0.12,
// temporary hacks for points of interest
0.13,
// 0.11,
0.03,
0.06,
0.08,
0.22,
0.27,
][..],
@@ -4042,6 +4046,7 @@ fn main() {
0.09,
0.06,
0.11,
0.13,
0.14,
0.22,
0.25,
@@ -4062,15 +4067,14 @@ fn main() {
] {
for (coupling_loops, s0_loops, s_major, cur_flt) in [
// waiting for completion
(16, 2, um(800), 2e10), // too late tx. waiting for 0.08
(18, 1, um(600), 3e9), // too low slope. waiting for 0.22, 0.27
(18, 1, um(600), 1e10), // too late tx. waiting for 0.08, 0.09, 0.11
(18, 1, um(600), 2e10), // too late tx. wait for 0.03, 0.06
(10, 3, um(800), 1e10), // verified geom; too low slope. waiting for 0.22, 0.27
(24, 1, um(800), 5e9),
// VIABLE INVERTERS
(18, 1, um(600), 5e9), // VIABLE INVERTER (0.54, 0.89)
(18, 1, um(600), 1e10), // VIABLE INVERTER (0.60, 0.90)
(4, 3, um(400), 2e10), // VIABLE INVERTER (0.56, 0.87)
(9, 1, um(400), 1e10), // VIABLE INVERTER (0.59, 0.88)
(12, 2, um(600), 1e10), // VIABLE INVERTER (0.65, 0.90)
@@ -4079,6 +4083,8 @@ fn main() {
(9, 3, um(600), 2e10), // VIABLE INVERTER (0.77, 0.87)
// (16, 2, um(800), 2e10), // too late tx. very low margin inverter (0.81, 0.82)
// (18, 1, um(600), 3e9), // too low slope.
// (4, 3, um(400), 1e10), // too low slope
// (12, 2, um(600), 5e9), // too low tx
// (9, 1, um(400), 5e9), // barely too low slope