Xiu-zhe (Roger) Luo

Results 505 comments of Xiu-zhe (Roger) Luo

what does a-bunch-of-scripts projects look like typically here? is it still a Julia project? or just a folder of scripts?

There's a few batched linear algebra functions in magma which we tried to wrap in Julia but had issue with BB. See Magma.jl

It seems this is caused by using `Reexport` since Yao is just a meta package these modules are reexported using `Reexport`, but somehow it cannot be found by python...

yeah, but sometimes I need to call `Yao.YaoBase` (although it is not very often, but...) then it give me the same error as above

Any progress on this? Is it possible to use relative fontsize now?

it seems CI failure unrelated to this PR

> Isn't the scalar indexing error message clear enough? I think scalar indexing is just a general error for CUDA since it doesn't say anything about why it is scalar...

OK just had another idea, what if we make a macro `@not_supported` for this? e.g ```julia @not_supported ``` this is probably more readable?

@scidom OK, this is a more detailed and more precise description: ### About the sample space The parameter space is an array (with arbitrary dimension) contains {0, 1} (sometimes {-1,...

Hi, thanks for the review. I read qulacs implementation briefly, since you've help me confirmed the correctness of the benchmark according to the benchmark it seems C++ didn't generate SIMDs...