mirror of
https://github.com/blackboxprogramming/simulation-theory.git
synced 2026-03-17 06:57:15 -05:00
Merge remote-tracking branch 'origin/copilot/fix-math-calculation-issues' into claude/translate-issue-comments-PlJqV
This commit is contained in:
@@ -187,7 +187,7 @@ From page 21 (§175):
|
|||||||
|
|
||||||
| Parameter | Value | Notes |
|
| 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 |
|
| η_ternary | ≈ 0.366 | Radix efficiency |
|
||||||
| η_binary | ≈ 0.347 | For comparison |
|
| η_binary | ≈ 0.347 | For comparison |
|
||||||
| DNA ops/sec | ~10¹⁴ in 100 μL | Chemical reaction rate |
|
| DNA ops/sec | ~10¹⁴ in 100 μL | Chemical reaction rate |
|
||||||
|
|||||||
@@ -86,16 +86,9 @@ For a pure state |ψ⟩:
|
|||||||
|
|
||||||
From page 24 (concrete computation):
|
From page 24 (concrete computation):
|
||||||
```
|
```
|
||||||
ρ = |ψ⟩⟨ψ| = [ 0.2219 0.3631 0.4061 ]
|
ρ = [ 0.2219 0.3631 0.4061 ]
|
||||||
[ 0.3631 0.5941 0.6644 ]
|
[ 0.3631 0.5941 0.6644 ]
|
||||||
[ 0.4061 0.6644 0.7430 ]
|
[ 0.4061 0.6644 0.7430 ]
|
||||||
```
|
|
||||||
|
|
||||||
Normalized density matrix ρ̂ = ρ / Tr(ρ) = |ψ̂⟩⟨ψ̂|:
|
|
||||||
```
|
|
||||||
ρ̂ = [ 0.1424 0.2329 0.2605 ]
|
|
||||||
[ 0.2329 0.3811 0.4262 ]
|
|
||||||
[ 0.2605 0.4262 0.4766 ]
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Properties:
|
Properties:
|
||||||
|
|||||||
Reference in New Issue
Block a user