Xiu-zhe (Roger) Luo
Xiu-zhe (Roger) Luo
Sorry, I need to re-open this, as this error stops the program again. I used following code to test if it's the server's or bsub's problem, but CUDA C++ works...
~Hi Steve, I just run into the same issue, a simple fix is to define the following in your code~ ```julia Base.get(::Base.PipeEndpoint, key::Symbol, default) = key === :color ? Base.get_have_color()...
I think to ignore the stdout from C, one needs to redirect it to `devnull`, so the following code should do the trick, but I'm not sure why the printing...
It looks like an FFI to mma, what about MathematicaCall.jl ?
I think it's OK to drop 1.5 so we get rid of Downloads warnings, and just support 1.6 as it's the new LTS
it seems the rule of `exp(2π * im) => 1` is not working when combined with `:BASIC`, since the definitions is ```jl julia> dump(r) PatternRule left: Term ex: Expr head:...
I fixed this by defining it as `exp(*(2, π, im)) => 1` but I'm wondering if there is some kind of better fix for associative operators?
This package might be the fastest `expmv` in Julia world (may fastest among all implementation as well) by now. And I tested `Expokit` against `numpy`, `Expokit` is already faster than...
FYI: https://discourse.julialang.org/t/ann-openqasm-jl-the-openqasm-parser-for-julia/60129 PS. I think if PastaQ uses Yao's IR you won't need to implement it at all
also FYI. I'm working on a Braket client for YaoLang, I've got some simple demo working with AWS.jl