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 48ee272 commit fa7c5c3Copy full SHA for fa7c5c3
QuantumToolbox.jl/time_evolution/lowrank.qmd
@@ -46,7 +46,7 @@ M = latt.N + 1
46
Define `lr` states. Take as initial state all spins up. All other `N` states are taken as those with minimum Hamming distance to the initial state.
47
48
```{julia}
49
-ϕ = Vector{QuantumObject{Vector{ComplexF64},KetQuantumObject,M-1}}(undef, M)
+ϕ = Vector{QuantumObject{KetQuantumObject,Dimensions{M - 1,NTuple{M - 1,Space}},Vector{ComplexF64}}}(undef, M)
50
ϕ[1] = kron(fill(basis(2, 1), N_modes)...)
51
52
i = 1
0 commit comments