We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 915d8b4 commit 43bb52dCopy full SHA for 43bb52d
examples/ex_qn_mps.jl
@@ -3,7 +3,7 @@ using ITensorUnicodePlots
3
4
s = siteinds("S=1/2", 5; conserve_qns=true)
5
ψ = randomMPS(s, n -> isodd(n) ? "↑" : "↓"; linkdims=2)
6
-orthogonalize!(ψ, 2)
+ψ = orthogonalize(ψ, 2)
7
ψdag = prime(linkinds, dag(ψ))
8
tn = [ψ..., ψdag...]
9
0 commit comments