Commit Graph

1184 Commits

Author SHA1 Message Date
0d82cf414e app: stacked_cores: 41-xx: gather more samples to demonstrate ineffectiveness of (9, 1, um(400), 2e10) 2022-10-02 17:16:51 -07:00
4800a1b625 app: stacked cores: 40-xx: record more completed runs 2022-10-02 16:57:51 -07:00
c9dd27f741 mb_pgram: better docs 2022-10-02 04:39:22 -07:00
ae3ac2717b app: stacked_cores: 40-xx: define another 400um inverter to test 2022-10-02 04:11:46 -07:00
6c43506a3e app: stacked cores: 44-xx: document newly completed runs; define next parameters 2022-10-02 03:44:57 -07:00
600314d5af delete unnecessary regression tests.
`mb_ferromagnet_50_steps_larger` provides coverage for valid magnetic
devices.
2022-10-02 03:29:17 -07:00
4ffbc0b8af fix broken tests:
- mb_ferromagnet_diff_repro
- mb_ferromagnet_diff_minimal_repro

as the comment hinted:
> these tests probably failed earlier because they were allowing negative mu_r values.
> no (ordinary?) material has a negative permeability.
> most materials (except superconductors) have >= 1.0 relative permeability
> permeability = mu = B/H (or, \Delta B/\Delta H)

in fact, the relative permeability was -0.56.
it's now 1.39
2022-10-02 03:27:02 -07:00
d4a59b8944 app: stacked-cores: 40xx: sort db 2022-10-01 23:50:18 -07:00
9a7591c18e app: stacked-cores: 40xx: ingest new sim runs; start next batch 2022-10-01 23:49:51 -07:00
2ac34f0753 app: stacked_cores: 41-xx: start some new sims based on findings
higher current seems to _decrease_ tx at x=0, generally a good thing.
2022-10-01 16:48:21 -07:00
8484ab7de5 app: stacked cores: complete some 41-xx runs 2022-10-01 16:42:43 -07:00
8c9e02a77f app: stacked_cores: try adding multiple control loops 2022-10-01 04:35:45 -07:00
2353eb531c app: stacked cores: record 1200um results 2022-09-30 23:00:09 -07:00
ef40a8f0f3 app: stacked_cores: ingest a few 1200um results 2022-09-30 06:01:38 -07:00
ea3bc50af2 app: stacked_cores: ingest new results; define next sims 2022-09-30 03:17:14 -07:00
a60bc69403 app: stacked-cores: rearrange/order sims and define some new ones 2022-09-29 18:15:12 -07:00
3bed385cae app: stacked-cores: plot specific cases, like only the viable inverters 2022-09-29 17:15:43 -07:00
5286339413 app: stacked-cores: 40xx db: preserve parameterization in more context
i want to add some filtering functions to the db lookups, and this will
faciliate that
2022-09-29 16:33:44 -07:00
765022639e app: stacked-cores: auto-generate all the names in the 40-xx database 2022-09-29 16:24:47 -07:00
162e9630ad try dumb vertical scaling of inverters
it seems that if we take a non-inverter than has y(0) *close* to 0, and
scale it enough, then we get stable transfer.

this suggests we really just want something with a massive number of
couplings (to keep the coupling ideal) and enough asymmetric windings to
get us > 1.0 tx ratio over some range.
2022-09-29 16:17:48 -07:00
83bd15673d app: stacked cores: record more 40-xx runs
notably, these are entirely new:
`40-0.0008rad-18coupling-5_1_winding-5e10-drive-xx`
2022-09-29 15:09:52 -07:00
2eb714ff74 app: stacked_cores: ingest more runs
the larger cores may indeed be doing better (a little early to tell).
the tendency right now is that too much transfer occurs too early,
such that the region of > 1.0 slope maps _outside_ that region, not
allowing for an inverter to work well.
2022-09-28 15:51:05 -07:00
710e113108 app: stacked_cores: extract values from completed 800um sims 2022-09-28 01:10:04 -07:00
e0f9893b0e app: stacked_cores: explore the 800um cores 2022-09-27 18:21:55 -07:00
54f5a162a4 app: stacked_cores: plot more inverters 2022-09-27 18:21:33 -07:00
091d6f76c8 app: stacked_cores: update measurements for in-progress sims 2022-09-27 18:21:11 -07:00
7aa10f78a3 app: stacked_cores: 40xx_db: define more sims 2022-09-27 17:36:17 -07:00
975fbd7832 app: stacked_cores: record more 40-xx runs 2022-09-27 17:30:49 -07:00
9b93a762f1 app: stacked_cores: allow 40xx_db.py to update itself 2022-09-27 17:15:54 -07:00
9ffd94b23e app: stacked_cores: make 40xx_db.py a quine
in future, invoking this will update the measurements.
2022-09-27 17:08:52 -07:00
3d066d64c6 app: stacked_cores: re-express the database logic
this will make it easier to auto-generate entries
2022-09-27 16:57:34 -07:00
4ee3430db4 app: stacked_cores: simplify the 40xx database 2022-09-27 16:51:45 -07:00
d34e9cc6b2 app: stacked-cores: restructure the 40xx db 2022-09-27 16:41:30 -07:00
049f2d1e4f app: stacked_cores: split the inverter plotting into submodules 2022-09-27 15:59:58 -07:00
8fb4a3be1b app: stacked_cores: define a few more runs 2022-09-27 15:54:11 -07:00
47765f08be app: stacked-cores: document latest run 2022-09-27 02:14:57 -07:00
45f2ecd107 app: stacked_cores: populate results from last run 2022-09-27 01:42:54 -07:00
a3d9b28ab6 capture high-level GPU timing diagnostics
this shows that we spend about 2/3 of the GPU roundtrip time on
stepping. the other 1/3 is i guess scheduling/latency/memory transfers.
2022-09-27 00:20:41 -07:00
1387506511 try printing out gpu timesteps
this seems to just print all 0 on my laptop.
maybe it'll work better on a newer GPU.
following the example in Embark's rust-gpu:
runners/wgpu/src/compute.rs
2022-09-26 21:33:38 -07:00
6a7a6bc170 app: stacked_cores: move stimulus_per_step to where it takes effect again 2022-09-26 20:16:03 -07:00
638a97c106 app: stacked-cores: short-circuit sims that have already completed
this takes the per-sim time down from about 30s to 1s for completed
runs. allows much easier stopping + restarting of batched sims.
2022-09-26 16:08:15 -07:00
858c8f4db5 app: stacked-cores: more runs 2022-09-26 15:49:48 -07:00
6d1fb5d614 stim: fix Sinusoid tests 2022-09-25 18:05:48 -07:00
5f289bf07b update rust-toolchain: 2022-04-11 -> 2022-08-29, and update cargo deps 2022-09-25 18:05:17 -07:00
cbd741c6df app: stacked_cores: more asymmetric-winding parameterizations 2022-09-25 16:20:04 -07:00
ebbaf4c697 explore more of 40: multi-wrapped cores 2022-09-24 03:25:32 -07:00
c7ac19dcc9 app: stacked_cores: document more of the 24 (multi-wrapping) runs 2022-09-22 21:12:12 -07:00
6e32f9791e app: stacked_cores: re-analyze 17-xx and 18-xx fork-and-join experiments
neither of these produce good amplification.
- we expect bad amplification for 18-xx because it doesn't do any loops
  with > 2 cores
- 17-xx might just need reduced drive current
2022-09-22 17:25:14 -07:00
26a4a6ea86 app: stacked_cores: exlore a few more current parameterizations of the fork-then-join single-clock approach 2022-09-22 17:03:23 -07:00
cd8d374648 app: stacked_cores: try a fork -> join inverter
seems i need to increase the drive current
2022-09-22 02:25:31 -07:00