CharlesCNorton commited on
Commit
44209e4
·
1 Parent(s): f1c4e16

Add optimality note: exhaustive enumeration confirms magnitude 6 is minimum

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -73,6 +73,10 @@ Each input has veto power. This is unanimous consent.
73
  | Bias | -3 |
74
  | **Total** | **4 parameters** |
75
 
 
 
 
 
76
  ## Usage
77
 
78
  ```python
 
73
  | Bias | -3 |
74
  | **Total** | **4 parameters** |
75
 
76
+ ## Optimality
77
+
78
+ Exhaustive enumeration of all 1,289 weight configurations at magnitudes 0-6 confirms this circuit is **already at minimum magnitude (6)**. There is exactly one valid configuration at magnitude 6, and no valid configurations exist below it.
79
+
80
  ## Usage
81
 
82
  ```python