mirror of
https://github.com/blackboxprogramming/simulation-theory.git
synced 2026-03-17 01:57:10 -05:00
Fix mathematical errors in quantum.md and blackroad-equations.md
Co-authored-by: blackboxprogramming <118287761+blackboxprogramming@users.noreply.github.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user