CharlesCNorton commited on
Commit
525b8bc
·
1 Parent(s): 1575d4e

Add optimality note: exhaustive enumeration confirms magnitude 7 is minimum

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -56,6 +56,10 @@ The select signal routes the data to exactly one output.
56
 
57
  Single-layer circuit - both outputs are linearly separable.
58
 
 
 
 
 
59
  ## Usage
60
 
61
  ```python
 
56
 
57
  Single-layer circuit - both outputs are linearly separable.
58
 
59
+ ## Optimality
60
+
61
+ Exhaustive enumeration of all 19,825 weight configurations at magnitudes 0-7 confirms this circuit is **already at minimum magnitude (7)**. There is exactly one valid configuration at magnitude 7, and no valid configurations exist below it.
62
+
63
  ## Usage
64
 
65
  ```python