Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.58 KB

README.md

File metadata and controls

45 lines (33 loc) · 1.58 KB

QuAlgorithmZoo

A curated implementation of quantum algorithms with Yao.jl

Installation

QuAlgorithmZoo.jl is not registered, please use the following command to download the examples:

$ git clone https://github.com/QuantumBFS/QuAlgorithmZoo.jl.git

Then open directory .julia/dev/QuAlgorithmZoo/examples to find algorithms.

Contents

  • QFT (Yao.EasyBuild.qft_circuit)
  • Phase Estimation (Yao.EasyBuild.phase_estimation_circuit)
  • Hadamard Test (Yao.EasyBuild.hadamard_test_circuit)
  • State Overlap Algorithms (Yao.EasyBuild.swap_test_circuit)

In examples folder, you will find

Examples of using Yao in other projects

License

QuAlgorithmZoo.jl is released under Apache License 2.0.