app: stacked_cores: 41-xx: mark which inverters from the last batch were good/bad

This commit is contained in:
2022-10-04 00:22:58 -07:00
parent b869de6d91
commit ab01d8eff0
2 changed files with 11 additions and 9 deletions

View File

@@ -82,18 +82,18 @@ of_interest = []
of_interest += [(p, get_meas(p)) for p in [ of_interest += [(p, get_meas(p)) for p in [
SimParams41(4, 3, 400, "2e10"), SimParams41(4, 3, 400, "2e10"),
SimParams41(16, 2, 800, "2e10"), SimParams41(16, 2, 800, "2e10"),
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"),
SimParams41(18, 1, 600, "2e10"), SimParams41(18, 1, 600, "2e10"),
# SimParams41(4, 3, 400, "1e10"),
# SimParams41(9, 1, 400, "1e10"), # SimParams41(9, 1, 400, "1e10"),
# SimParams41(12, 2, 600, "1e10"), # SimParams41(12, 2, 600, "1e10"),
# SimParams41(12, 2, 600, "5e9"), # SimParams41(12, 2, 600, "5e9"),
# SimParams41(10, 3, 800, "2e10"), # SimParams41(10, 3, 800, "2e10"),
# SimParams41(6, 2, 400, "1e10"), # SimParams41(6, 2, 400, "1e10"),
# SimParams41(9, 3, 600, "2e10"), # SimParams41(9, 3, 600, "2e10"),
# SimParams41(10, 3, 800, "1e10"), SimParams41(10, 3, 800, "1e10"),
# SimParams41(9, 1, 400, "5e9"), # SimParams41(9, 1, 400, "5e9"),
] if get_meas(p)] ] if get_meas(p)]

View File

@@ -4018,6 +4018,8 @@ fn main() {
0.12, 0.12,
0.13, 0.13,
// 0.11, // 0.11,
0.22,
0.27,
][..], ][..],
&[ &[
// fill in the hopefully-less-interesting/impactful regions // fill in the hopefully-less-interesting/impactful regions
@@ -4060,16 +4062,16 @@ 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 // waiting for completion
(4, 3, um(400), 2e10), (16, 2, um(800), 2e10), // too late tx. waiting for 0.08
(16, 2, um(800), 2e10), (18, 1, um(600), 3e9), // too low slope. waiting for 0.22, 0.27
(18, 1, um(600), 5e9), (18, 1, um(600), 1e10), // too late tx. waiting for 0.08, 0.09, 0.11
(18, 1, um(600), 3e9), (18, 1, um(600), 2e10), // too late tx. wait for 0.03, 0.06
(18, 1, um(600), 1e10),
(18, 1, um(600), 2e10),
(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
// VIABLE INVERTERS from 40xx, modified for new control // VIABLE INVERTERS
(18, 1, um(600), 5e9), // VIABLE INVERTER (0.54, 0.89)
(4, 3, um(400), 2e10), // VIABLE INVERTER (0.56, 0.87)
(9, 1, um(400), 1e10), // VIABLE INVERTER (0.59, 0.88) (9, 1, um(400), 1e10), // VIABLE INVERTER (0.59, 0.88)
(12, 2, um(600), 1e10), // VIABLE INVERTER (0.65, 0.90) (12, 2, um(600), 1e10), // VIABLE INVERTER (0.65, 0.90)
(10, 3, um(800), 2e10), // VIABLE INVERTER (0.76, 0.83); verified geom (10, 3, um(800), 2e10), // VIABLE INVERTER (0.76, 0.83); verified geom