Xiu-zhe (Roger) Luo

Results 505 comments of Xiu-zhe (Roger) Luo

thanks! this is amazing! is there a way to detect FMA instruction set as a global option during precompile then? I think I could also just put this to a...

> I am slowly working on a rewrite that will address a few limitations in the current approach. It will: I'm wondering would you consider generate the loop IR from...

So I'm splitting out two packages currently 1. `Expronicon` for Julia `Expr` level manipulation which should be compatible with all 1.x versions 2. `Yuan` for Julia SSA IR manipulation (that...

> Of course an @generated function needs an Expr in the end. > But Expr and Expr-like data types aren't good for analyzing loops. Ah, right, when you say generated...

~I just had more chance to look into the color scheme for syntax highlighting, I realize the most elegant way of doing it would be letting GarishPrint and OhMyREPL share...

unfortunately, we don't yet have the support for real hardware. There are some early stage work about this here: https://github.com/QuantumBFS/YaoQASM.jl but we do have plans to support hardware from [YaoLang](https://github.com/QuantumBFS/YaoLang.jl)...

some updates on this: we are planning to support IBM Q and AWS Braket now, which means supporting IBM, Rigetti, IonQ machines as well as their simulators. Progress: - [x]...

Let me check, I think I opened this issue was because of the `SubspaceArrayReg` in Bloqade, not sure it's fixed now or not

> Another thing is that, it seems Zygote.jl will not take advantage of the reversibility of quantum circuit during gradient calculation, as indicated in your neat [paper](https://arxiv.org/pdf/1912.10877.pdf) Zygote uses ChainRules...

Thanks for letting us know. We currently do not have plan to integrate with QuantumOptics.jl, (we have some other features with higher priority and lack of developers...). It would be...