Merge branch 'copilot/fix-math-calculation-issues' into copilot/merge-open-pull-requests (conflict resolved)

This commit is contained in:
GitHub Copilot
2026-03-03 04:00:35 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -86,9 +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 ]
ρ = [ 0.2219 0.3631 0.4061 ]
[ 0.3631 0.5941 0.6644 ]
[ 0.4061 0.6644 0.7430 ]
```
Normalized density matrix ρ̂ = ρ / Tr(ρ) = |ψ̂⟩⟨ψ̂|: