Xiu-zhe (Roger) Luo
Xiu-zhe (Roger) Luo
> The examples I see in ZXCalculus deal more with simplifying circuits and not that much with simulating the result of particular measurements (maybe I missed the pertinent examples). Yes,...
For YaoBlocks, I think you can always traverse the expression tree to get the list of gate names. But I don't we are able to split functionalities from YaoBlocks anymore...
> Thanks! For the moment I will try to at least keep the naming conventions the same as the ones you have established for Yao (it would probably not be...
Hi @radras thanks for joining the unitary hack! The easiest way to view deploy page is to generate the notebook via [Literate](https://github.com/fredrikekre/Literate.jl), which can generate either a notebook or markdown...
Hi, I don't think this will be in YaoPlots anytime soon since YaoPlots will focus on more serious plottings targetting research and papers. visualizing individual qubits does not have a...
I think this is because we are doing this in a meta package. The Documenter is not able to figure out non-local packages for now.
part of this is fixed now by building the docs using `dev`, but this is still not fixed yet.
here is a toy implementation if anyone would like to play with it: ```jl using Simplify, MacroTools struct SymReal
any chance? @MasonProtter
Regarding to multiple deps, maybe we could borrow something similar from rust-cargo (as features), it was included in this proposal: #977