app: stacked_cores: 41-xx: define a few more inverters to try
This commit is contained in:
@@ -81,6 +81,7 @@ 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"),
|
||||
|
@@ -126,6 +126,7 @@ sims = [
|
||||
|
||||
# in progress
|
||||
(SimParams41(4, 3, 400, "2e10"), None, 20000),
|
||||
(SimParams41(16, 2, 800, "2e10"), None, 20000),
|
||||
(SimParams41(4, 3, 400, "1e10"), None, 20000),
|
||||
(SimParams41(18, 1, 600, "5e9"), 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", """
|
||||
Piecewise(
|
||||
[
|
||||
|
@@ -4060,6 +4060,7 @@ 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),
|
||||
|
Reference in New Issue
Block a user