From ab01d8eff057b34f34e8cedab48bc49322a5977c Mon Sep 17 00:00:00 2001 From: colin Date: Tue, 4 Oct 2022 00:22:58 -0700 Subject: [PATCH] app: stacked_cores: 41-xx: mark which inverters from the last batch were good/bad --- .../stacked_cores/scripts/plot_inverters.py | 4 ++-- crates/applications/stacked_cores/src/main.rs | 16 +++++++++------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/crates/applications/stacked_cores/scripts/plot_inverters.py b/crates/applications/stacked_cores/scripts/plot_inverters.py index 82fcd75..d5e845d 100755 --- a/crates/applications/stacked_cores/scripts/plot_inverters.py +++ b/crates/applications/stacked_cores/scripts/plot_inverters.py @@ -82,18 +82,18 @@ of_interest = [] of_interest += [(p, get_meas(p)) for p in [ SimParams41(4, 3, 400, "2e10"), SimParams41(16, 2, 800, "2e10"), - SimParams41(4, 3, 400, "1e10"), 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(10, 3, 800, "1e10"), # SimParams41(9, 1, 400, "5e9"), ] if get_meas(p)] diff --git a/crates/applications/stacked_cores/src/main.rs b/crates/applications/stacked_cores/src/main.rs index ca1c9ea..6562102 100644 --- a/crates/applications/stacked_cores/src/main.rs +++ b/crates/applications/stacked_cores/src/main.rs @@ -4018,6 +4018,8 @@ fn main() { 0.12, 0.13, // 0.11, + 0.22, + 0.27, ][..], &[ // fill in the hopefully-less-interesting/impactful regions @@ -4060,16 +4062,16 @@ fn main() { ] { for (coupling_loops, s0_loops, s_major, cur_flt) in [ // waiting for completion - (4, 3, um(400), 2e10), - (16, 2, um(800), 2e10), - (18, 1, um(600), 5e9), - (18, 1, um(600), 3e9), - (18, 1, um(600), 1e10), - (18, 1, um(600), 2e10), + (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 - // 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) (12, 2, um(600), 1e10), // VIABLE INVERTER (0.65, 0.90) (10, 3, um(800), 2e10), // VIABLE INVERTER (0.76, 0.83); verified geom