app: stacked_cores: prototype

the long term goal of this demo is to see if:
(a) we can get stronger coupling between two cores than with multi-core-inverter.
(b) we can get amplification by using a charge-pump like concept.
(c) we can construct a *working* multi-core-inverter from this.
This commit is contained in:
2022-09-01 18:40:20 -07:00
parent f737a4c916
commit 2044397047
4 changed files with 379 additions and 0 deletions

7
Cargo.lock generated
View File

@@ -2093,6 +2093,13 @@ dependencies = [
"coremem",
]
[[package]]
name = "stacked_cores"
version = "0.1.0"
dependencies = [
"coremem",
]
[[package]]
name = "strsim"
version = "0.8.0"