app: stacked_cores: 41-xx: try a 1200um run
This commit is contained in:
@@ -97,6 +97,7 @@ of_interest += [(p, get_meas(p)) for p in
|
||||
# SimParams41(10, 3, 800, "1e10"),
|
||||
SimParams41(24, 1, 800, "5e9"),
|
||||
SimParams41(24, 1, 800, "3e9"),
|
||||
SimParams41(36, 1, 1200, "3e9"),
|
||||
SimParams41(16, 2, 800, "1e10"),
|
||||
SimParams41(16, 2, 800, "5e9"),
|
||||
# SimParams41(9, 1, 400, "5e9"),
|
||||
|
@@ -147,6 +147,7 @@ sims = [
|
||||
(SimParams41(24, 1, 800, "3e9"), None, 20000),
|
||||
(SimParams41(16, 2, 800, "1e10"), 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 }
|
||||
|
@@ -4066,6 +4066,7 @@ fn main() {
|
||||
for (coupling_loops, s0_loops, s_major, cur_flt) in [
|
||||
// waiting for completion
|
||||
(24, 1, um(800), 3e9), // unstarted
|
||||
(36, 1, um(1200), 3e9), // unstarted
|
||||
|
||||
// VIABLE INVERTERS
|
||||
(24, 1, um(800), 5e9), // VIABLE INVERTER (0.54, 0.90)
|
||||
|
Reference in New Issue
Block a user