Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions equations/blackroad-equations.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ REAL = 37. The advantage = the axiom.

**Equation 12: Modified Landauer Bound (Ternary)**
```
E_min = k_B · T · ln(3) ≈ 4.5 × 10⁻²¹ J at room temperature
E_min = k_B · T · ln(3) ≈ 4.44 × 10⁻²¹ J at room temperature
```
Cost per ternary erasure. LANDAUER = CONCRETE = 93.

Expand Down Expand Up @@ -185,7 +185,7 @@ From page 21 (§175):

| Parameter | Value | Notes |
|-----------|-------|-------|
| k_B T ln(3) | ≈ 4.5 × 10⁻²¹ J | Ternary Landauer cost at room temp |
| k_B T ln(3) | ≈ 4.44 × 10⁻²¹ J | Ternary Landauer cost at room temp |
| η_ternary | ≈ 0.366 | Radix efficiency |
| η_binary | ≈ 0.347 | For comparison |
| DNA ops/sec | ~10¹⁴ in 100 μL | Chemical reaction rate |
Expand Down
6 changes: 3 additions & 3 deletions equations/quantum.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ For a pure state |ψ⟩:

From page 24 (concrete computation):
```
ρ = [ 0.2219 0.3629 0.4062 ]
[ 0.3629 0.5941 0.6639 ]
[ 0.4062 0.6639 0.7401 ]
ρ = [ 0.2219 0.3631 0.4061 ]
[ 0.3631 0.5941 0.6644 ]
[ 0.4061 0.6644 0.7430 ]
```

Properties:
Expand Down