app: stacked_cores: 41-xx: try a 1200um run
This commit is contained in:
@@ -95,10 +95,11 @@ 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, "5e9"),
|
SimParams41(24, 1, 800, "5e9"),
|
||||||
SimParams41(24, 1, 800, "3e9"),
|
SimParams41(24, 1, 800, "3e9"),
|
||||||
SimParams41(16, 2, 800, "1e10"),
|
SimParams41(36, 1, 1200, "3e9"),
|
||||||
SimParams41(16, 2, 800, "5e9"),
|
SimParams41(16, 2, 800, "1e10"),
|
||||||
|
SimParams41(16, 2, 800, "5e9"),
|
||||||
# SimParams41(9, 1, 400, "5e9"),
|
# SimParams41(9, 1, 400, "5e9"),
|
||||||
] if get_meas(p)
|
] if get_meas(p)
|
||||||
]
|
]
|
||||||
|
@@ -147,6 +147,7 @@ sims = [
|
|||||||
(SimParams41(24, 1, 800, "3e9"), None, 20000),
|
(SimParams41(24, 1, 800, "3e9"), None, 20000),
|
||||||
(SimParams41(16, 2, 800, "1e10"), None, 20000),
|
(SimParams41(16, 2, 800, "1e10"), None, 20000),
|
||||||
(SimParams41(16, 2, 800, "5e9"), None, 20000),
|
(SimParams41(16, 2, 800, "5e9"), None, 20000),
|
||||||
|
(SimParams41(36, 1, 1200, "3e9"), None, 20000),
|
||||||
]
|
]
|
||||||
|
|
||||||
measurements = { real.machine_name: [human, norm, None, None] for (real, human, norm) in sims }
|
measurements = { real.machine_name: [human, norm, None, None] for (real, human, norm) in sims }
|
||||||
|
@@ -4065,7 +4065,8 @@ 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, 1, um(800), 3e9), // unstarted
|
(24, 1, um(800), 3e9), // unstarted
|
||||||
|
(36, 1, um(1200), 3e9), // unstarted
|
||||||
|
|
||||||
// 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)
|
||||||
|
Reference in New Issue
Block a user