QuAlgorithmZoo.jl icon indicating copy to clipboard operation
QuAlgorithmZoo.jl copied to clipboard

A curated implementation of quantum algorithms with Yao.jl

Results 5 QuAlgorithmZoo.jl issues
Sort by recently updated
recently updated
newest added

I had significant errors trying to solve a 1D Poisson system Tridiagonal([1,-2,1]) with the implementation in the examples. While I realize that this is not the scope of the implementation,...

ERROR: Unsatisfiable requirements detected for package YaoBlocks [418bc28f]: YaoBlocks [418bc28f] log: ├─possible versions are: [0.1.0, 0.2.0, 0.3.0-0.3.4, 0.4.0-0.4.1, 0.5.0, 0.6.0, 0.7.0-0.7.6, 0.8.0-0.8.2, 0.9.0-0.9.1, 0.10.0-0.10.2] or uninstalled ├─restricted to versions [0.8.0-0.8,...

How long will there be a documentation for this zoo? I'm working on some quantum algorithm right now espectially the quantum circuit learning using Yao, so having a documentaion will...

since T is removed, blocks definitions need to be updated. once related PR are done we could checkouted a branch and fix the version, so old code depends on previous...

A unified interface would make everything more consistent. main goals *design a unified interface without losing the functionality and increasing the complexity of implementation.* I'll do it with a WIP...