app: stacked_cores: 41-xx: record working 1200um inverter; try again with 4e9 I
This commit is contained in:
@@ -95,10 +95,13 @@ of_interest += [(p, get_meas(p)) for p in
|
|||||||
# 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(24, 1, 800, "3e9"),
|
||||||
SimParams41(24, 1, 800, "5e9"),
|
SimParams41(24, 1, 800, "5e9"),
|
||||||
SimParams41(36, 1, 1200, "5e9"),
|
|
||||||
SimParams41(16, 2, 800, "1e10"),
|
SimParams41(16, 2, 800, "1e10"),
|
||||||
SimParams41(24, 2, 1200, "5e9"),
|
SimParams41(24, 2, 1200, "5e9"),
|
||||||
|
SimParams41(36, 1, 1200, "5e9"),
|
||||||
|
SimParams41(36, 1, 1200, "4e9"),
|
||||||
|
SimParams41(36, 1, 1200, "3e9"),
|
||||||
# SimParams41(9, 1, 400, "5e9"),
|
# SimParams41(9, 1, 400, "5e9"),
|
||||||
] if get_meas(p)
|
] if get_meas(p)
|
||||||
]
|
]
|
||||||
|
@@ -149,6 +149,7 @@ sims = [
|
|||||||
(SimParams41(16, 2, 800, "5e9"), None, 20000),
|
(SimParams41(16, 2, 800, "5e9"), None, 20000),
|
||||||
(SimParams41(24, 2, 1200, "5e9"), None, 20000),
|
(SimParams41(24, 2, 1200, "5e9"), None, 20000),
|
||||||
(SimParams41(36, 1, 1200, "3e9"), None, 20000),
|
(SimParams41(36, 1, 1200, "3e9"), None, 20000),
|
||||||
|
(SimParams41(36, 1, 1200, "4e9"), None, 20000),
|
||||||
(SimParams41(36, 1, 1200, "5e9"), None, 20000),
|
(SimParams41(36, 1, 1200, "5e9"), None, 20000),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@@ -4067,14 +4067,13 @@ 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
|
||||||
(24, 2, um(1200), 5e9), // unstarted
|
(36, 1, um(1200), 4e9), // unstarted
|
||||||
(24, 1, um(800), 3e9), // incomplete; low tx @ 0
|
|
||||||
(36, 1, um(1200), 5e9), // incomplete
|
|
||||||
// (36, 1, um(1200), 3e9), // incomplete; too low tx @ 0
|
// (36, 1, um(1200), 3e9), // incomplete; too low tx @ 0
|
||||||
|
|
||||||
// VIABLE INVERTERS
|
// VIABLE INVERTERS
|
||||||
(24, 1, um(800), 5e9), // VIABLE INVERTER (0.54, 0.90)
|
(24, 1, um(800), 5e9), // VIABLE INVERTER (0.54, 0.90)
|
||||||
(18, 1, um(600), 5e9), // VIABLE INVERTER (0.54, 0.89)
|
(18, 1, um(600), 5e9), // VIABLE INVERTER (0.54, 0.89)
|
||||||
|
(36, 1, um(1200), 5e9), // incomplete; VIABLE INVERTER (0.57, 0.88)
|
||||||
(18, 1, um(600), 1e10), // VIABLE INVERTER (0.60, 0.90)
|
(18, 1, um(600), 1e10), // VIABLE INVERTER (0.60, 0.90)
|
||||||
(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)
|
||||||
@@ -4085,6 +4084,8 @@ fn main() {
|
|||||||
(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
|
||||||
|
|
||||||
|
|
||||||
|
// (24, 2, um(1200), 5e9), // incomplete; low tx @ 0; low slope
|
||||||
|
// (24, 1, um(800), 3e9), // incomplete; low tx @ 0; low slope
|
||||||
// (16, 2, um(800), 5e9), // incomplete; too low tx @ 0
|
// (16, 2, um(800), 5e9), // incomplete; too low tx @ 0
|
||||||
// (10, 3, um(800), 1e10), // verified geom; too low slope
|
// (10, 3, um(800), 1e10), // verified geom; too low slope
|
||||||
// (18, 1, um(600), 2e10), // too late tx.
|
// (18, 1, um(600), 2e10), // too late tx.
|
||||||
|
Reference in New Issue
Block a user