You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just discovered this package and it looks very useful. So far however, I haven't been able to get it to work on my recent Julia installation. A few questions/issues:
I saw that there were plans to integrate this in QuantumOptics.jl , are those plans going through?
I cannot just "] add SteadyState" in the package manager, needs the full GitHub url
On the example code in your readme, I think theres is a capitalisation off in Steadystate ?
When I actually try ρ,log=SteadyState.iterative(H,J) (the final problem), I get
LoadError: MethodError: no method matching iterate(::SparseOperator{CompositeBasis{Array{Int64,1},NTuple{6,FockBasis{Int64}}},CompositeBasis{Array{Int64,1},NTuple{6,FockBasis{Int64}}},SparseArrays.SparseMatrixCSC{Complex{Float64},Int64}})
Closest candidates are:
iterate(::JuliaFormatter.FST) .../JuliaFormatter/OreI7/src/fst.jl:110
iterate(::JuliaFormatter.FST, ::Any) at .../JuliaFormatter/OreI7/src/fst.jl:110
iterate(::SimpleTraits.GenerateTypeVars{:upcase}) at ...SimpleTraits/1wYi7/src/SimpleTraits.jl:445
The text was updated successfully, but these errors were encountered:
Hi guys, thanks for your contribution.
I just discovered this package and it looks very useful. So far however, I haven't been able to get it to work on my recent Julia installation. A few questions/issues:
ρ,log=SteadyState.iterative(H,J)
(the final problem), I getLoadError: MethodError: no method matching iterate(::SparseOperator{CompositeBasis{Array{Int64,1},NTuple{6,FockBasis{Int64}}},CompositeBasis{Array{Int64,1},NTuple{6,FockBasis{Int64}}},SparseArrays.SparseMatrixCSC{Complex{Float64},Int64}})
Closest candidates are:
iterate(::JuliaFormatter.FST) .../JuliaFormatter/OreI7/src/fst.jl:110
iterate(::JuliaFormatter.FST, ::Any) at .../JuliaFormatter/OreI7/src/fst.jl:110
iterate(::SimpleTraits.GenerateTypeVars{:upcase}) at ...SimpleTraits/1wYi7/src/SimpleTraits.jl:445
The text was updated successfully, but these errors were encountered: