app: stacked_cores: 41-xx: define a few more inverters to try

This commit is contained in:
2022-10-03 04:32:59 -07:00
parent e62d4d066c
commit 0786481b79
3 changed files with 11 additions and 0 deletions

View File

@@ -81,6 +81,7 @@ 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(4, 3, 400, "1e10"), 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"),

View File

@@ -126,6 +126,7 @@ sims = [
# in progress # in progress
(SimParams41(4, 3, 400, "2e10"), None, 20000), (SimParams41(4, 3, 400, "2e10"), None, 20000),
(SimParams41(16, 2, 800, "2e10"), None, 20000),
(SimParams41(4, 3, 400, "1e10"), None, 20000), (SimParams41(4, 3, 400, "1e10"), None, 20000),
(SimParams41(18, 1, 600, "5e9"), None, 20000), (SimParams41(18, 1, 600, "5e9"), None, 20000),
(SimParams41(18, 1, 600, "3e9"), None, 20000), (SimParams41(18, 1, 600, "3e9"), None, 20000),
@@ -1321,6 +1322,14 @@ Piecewise(
) )
""") """)
set_meas("41-0.0004rad-4coupling-7_1_winding-2e10-drive", """
Piecewise(
[
[ 16855, 41 ], # 1.0
]
)
""")
set_meas("41-0.0004rad-4coupling-7_1_winding-1e10-drive", """ set_meas("41-0.0004rad-4coupling-7_1_winding-1e10-drive", """
Piecewise( Piecewise(
[ [

View File

@@ -4060,6 +4060,7 @@ 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), (4, 3, um(400), 2e10),
(16, 2, um(800), 2e10),
(18, 1, um(600), 5e9), (18, 1, um(600), 5e9),
(18, 1, um(600), 3e9), (18, 1, um(600), 3e9),
(18, 1, um(600), 1e10), (18, 1, um(600), 1e10),