Merge remote-tracking branch 'origin/copilot/fix-math-calculation-issues' into claude/translate-issue-comments-PlJqV

This commit is contained in:
Claude
2026-03-01 05:26:46 +00:00
2 changed files with 4 additions and 11 deletions

View File

@@ -86,16 +86,9 @@ For a pure state |ψ⟩:
From page 24 (concrete computation):
```
ρ = |ψ⟩⟨ψ| = [ 0.2219 0.3631 0.4061 ]
[ 0.3631 0.5941 0.6644 ]
[ 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 ]
ρ = [ 0.2219 0.3631 0.4061 ]
[ 0.3631 0.5941 0.6644 ]
[ 0.4061 0.6644 0.7430 ]
```
Properties: