Amit
Amit
Currently the functionality is not supported and it would be great if we could have a work around as it would improve the efficiency in few cases. In sense for...
Attempt at fixing the warnings while using 0.5
Sparse support added for `AbstractQuMatrix`. Use of `coeffs` instead of `rawcoeffs`, in `full` and `expm`.
Currently we get an error doing this : ``` julia julia> statevec(1, FiniteBasis(2)) 2-element QuVector in FiniteBasis{Orthonormal}: ...coefficients: Array{Float64,1} [1.0,0.0] julia> complex(statevec(1, FiniteBasis(2))) ERROR: `complex` has no method matching complex(::QuArray{FiniteBasis{Orthonormal},Float64,1,Array{Float64,1}})...
It would be great if we could use Docile package for documentation. As we are basing our initial attempt on Julia release version 0.3, we could use Docile as a...
Hello QSimulator team, I just came across [evolution.jl](https://github.com/BBN-Q/QSimulator.jl/blob/master/src/evolution.jl) in the source, it would be helpful to know if we could integrate [QuDynamics.jl](https://github.com/JuliaQuantum/QuDynamics.jl) for the use of evolution. Hoping to hear...