app: stacked_cores: explore more 4x 7:1 parameterizations
This commit is contained in:
@@ -119,8 +119,8 @@ of_interest += [(p, get_meas(p)) for p in
|
||||
|
||||
# plot all viable inverters
|
||||
# of_interest += filter_meas(run="41", rad_um=400, viable_inverter=True)
|
||||
# of_interest += filter_meas(run="42", rad_um=400, couplings=4)
|
||||
of_interest += filter_meas(run="42", rad_um=400, couplings=9)
|
||||
of_interest += filter_meas(run="42", rad_um=400, couplings=4)
|
||||
# of_interest += filter_meas(run="42", rad_um=400, couplings=9)
|
||||
# of_interest += filter_meas(run="42", rad_um=400, couplings=2)
|
||||
# of_interest += filter_meas(run="42", rad_um=400, couplings=6)
|
||||
# of_interest += filter_meas(run="42")
|
||||
|
@@ -2824,6 +2824,36 @@ Piecewise(
|
||||
)
|
||||
""")
|
||||
|
||||
set_meas("42-0.0004rad-4coupling-7_1_winding-15000000512e0-drive", """
|
||||
Piecewise(
|
||||
[
|
||||
[ -16782, 1586 ], # -1.0
|
||||
[ -16485, 1362 ], # -0.3
|
||||
[ -15944, 873 ], # -0.26
|
||||
[ -15620, 548 ], # -0.25
|
||||
[ -14665, -476 ], # -0.24
|
||||
[ -13436, -1754 ], # -0.23
|
||||
[ -12188, -2989 ], # -0.22
|
||||
[ -10931, -4145 ], # -0.21
|
||||
[ -9670, -5213 ], # -0.2
|
||||
[ -8404, -6223 ], # -0.19
|
||||
[ -7134, -7190 ], # -0.18
|
||||
[ -5862, -8123 ], # -0.17
|
||||
[ -4587, -9035 ], # -0.16
|
||||
[ -3314, -9916 ], # -0.15
|
||||
[ -2049, -10749 ], # -0.14
|
||||
[ -790, -11528 ], # -0.13
|
||||
[ 437, -12232 ], # -0.12
|
||||
[ 1489, -12796 ], # -0.11
|
||||
[ 2238, -13167 ], # -0.1
|
||||
[ 2785, -13422 ], # -0.09
|
||||
[ 3203, -13608 ], # -0.08
|
||||
[ 5245, -14402 ], # 0.0
|
||||
[ 16786, -15767 ], # 1.0
|
||||
]
|
||||
)
|
||||
""")
|
||||
|
||||
set_meas("42-0.0004rad-4coupling-7_1_winding-2e10-drive", """
|
||||
Piecewise(
|
||||
[
|
||||
|
@@ -4272,16 +4272,16 @@ fn main() {
|
||||
][..],
|
||||
&[
|
||||
// establish the slope around the most likely stable/amplifying region
|
||||
-0.05,
|
||||
-0.10,
|
||||
0.20,
|
||||
0.05,
|
||||
0.10,
|
||||
0.15,
|
||||
0.30,
|
||||
-0.05,
|
||||
0.05,
|
||||
-0.20,
|
||||
0.20,
|
||||
-0.15,
|
||||
0.15,
|
||||
-0.30,
|
||||
0.30,
|
||||
-0.25,
|
||||
][..],
|
||||
&[
|
||||
@@ -4331,8 +4331,8 @@ fn main() {
|
||||
][..],
|
||||
] {
|
||||
for (coupling_loops, s0_loops, s_major, cur_flt) in [
|
||||
// TODO: (4, 3, um(400), 15e9),
|
||||
// TODO: (2, 6, um(400), 15e10),
|
||||
// TODO: (4, 3, um(400), 2e10),
|
||||
|
||||
// (9, 1, um(400), 5e9), // too low slope; verified geom
|
||||
// (9, 1, um(400), 1e10), // slope dies too early; verified geom
|
||||
@@ -4342,6 +4342,7 @@ fn main() {
|
||||
// (6, 2, um(400), 1e10), // slope dies too early (0.24)
|
||||
// (6, 2, um(400), 3e10), // slope dies too early (0.23)
|
||||
// (4, 3, um(400), 1e10), // too low slope
|
||||
// (4, 3, um(400), 15e9), // slope dies too early
|
||||
// (2, 6, um(400), 2e10), // too low tx @ 0
|
||||
// (2, 6, um(400), 3e10), // too low slope; too low tx @ 0
|
||||
// (2, 6, um(400), 4e10), // too low slope
|
||||
|
Reference in New Issue
Block a user