Xiu-zhe (Roger) Luo
Xiu-zhe (Roger) Luo
> simplify!(Rule{:lc}(), ::ZXDiagram) should not work, but it does not give an error. @ChenZhao44 define the method as: ```jl simplify!(Rule{:lc}(), ::ZXDiagram) = error("cannot perform lc rule on ZX diagram") ```...
Hi I came across from @elisno message on discourse and his comment under my PR https://github.com/JuliaLang/julia/pull/31069, I'll just reply both here so it's easier to keep track. Generally speaking, the...
I think we could consider move all `kron!` and `batched_kron!` to LuxurySparse.jl which probably makes more sense, you could also support more matrix types from there. What do you guys...
Yeah, I think the best way to support GPU is to have a new package for GPUs specifically since the best way to support conditional dependency is to have a...
Yeah this is very helpful!
ah sry I haven't got time working on this, but the binary does work if you know how to workaround ;-)
this is not expected and is a bit strange, it seems to be the source file path, so I suspect this is because some of the methods will panic, and...
thanks, let's try
Yes! I thought I handled this case, but it is indeed not tested... (only 55% at the moment), let me check if I can fix it a bit later this...
yeah sorry, I haven't had time working on this