Jinguo Liu
Jinguo Liu
There will be reward sponsored by Dorahack Quantity: TBD
This list can help us update related packages, and help users to know how to develop a project depending on Yao. * CuYao: https://github.com/QuantumBFS/CuYao.jl * Bloqade: https://github.com/QuEraComputing/Bloqade.jl * BetaVQE: https://github.com/wangleiphy/BetaVQE.jl...
* [ ] noise channels * [ ] partial transpose * [ ] POVM measurement * [ ] Master equation * [ ] Define the apply function for `put(n, i=>unitary_channel(...))...
It is an important special matrix for projectors.
## Most important * [ ] polish all docstrings * [ ] update reference list * [ ] note on Yao paper ## Tutorial by using cases * [ ]...
It was in range [0, 1], but should be in range [0, 2pi]
This can be done stochastically. https://arxiv.org/abs/1506.05254
Selecting the basis of a measurement plays a key role in measurement based quantum computation, which is an important branch of quantum computation (https://arxiv.org/abs/quant-ph/0301052) . Maybe recently I will have...
I added `OMEinsumContractionOrders` as a tensor network contraction order optimizer backend. The `OMEinsumContractionOrders` includes some state of the art contraction order optimizers: https://github.com/TensorBFS/OMEinsumContractionOrders.jl I removed the `OMEinsum` dependency in `OMEinsumContractionOrders`...
Great tool! I wonder how to `expand` the following expression as `4 * x + 2 * y`? ```julia console julia> @sym x y; julia> ex = x+x+2(y+x) (2 *...