File tree Expand file tree Collapse file tree 2 files changed +24
-21
lines changed Expand file tree Collapse file tree 2 files changed +24
-21
lines changed Original file line number Diff line number Diff line change @@ -3,17 +3,20 @@ uuid = "65c24e16-9b0a-11e8-1353-efc5bc5f6586"
33version = " 0.1.0"
44
55[deps ]
6- BitBasis = " 50ba71b6-fa0f-514d-ae9a-0916efc90dcf"
76LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
87Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
8+ BitBasis = " 50ba71b6-fa0f-514d-ae9a-0916efc90dcf"
99Yao = " 5872b779-8223-5990-8dd0-5abbb0748c8c"
1010YaoArrayRegister = " e600142f-9330-5003-8abb-0ebd767abc51"
1111YaoBlocks = " 418bc28f-b43b-5e0b-a6e7-61bbc1a2c1df"
1212YaoExtensions = " 7a06699c-c960-11e9-3c98-9f78548b5f0f"
1313
1414[compat ]
15- Yao = " >=0.4.0"
16- julia = " >=1.0.0"
15+ julia = " 1"
16+ Yao = " 0.6.0"
17+ BitBasis = " 0.6"
18+ YaoArrayRegister = " 0.6"
19+ YaoBlocks = " 0.8, 0.9, 0.10"
1720
1821[extras ]
1922Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
Original file line number Diff line number Diff line change 11# QuAlgorithmZoo
22
3- A curated implementation of quantum algorithms with [ Yao.jl] ( https://github.com/QuantumBFS/Yao.jl ) @ 0 .6
3+ A curated implementation of quantum algorithms with [ Yao.jl] ( https://github.com/QuantumBFS/Yao.jl )
44
55## Installation
66
7- QuAlgorithmZoo.jl is not registered yet , please use the following command:
7+ QuAlgorithmZoo.jl is not registered, please use the following command:
88
99``` julia
1010pkg> dev https: // github. com/ QuantumBFS/ QuAlgorithmZoo. jl. git
1111```
1212
13- Then open directory ' ~ / .julia/dev/QuAlgorithmZoo/examples' to find algorithms.
13+ Then open directory ` .julia/dev/QuAlgorithmZoo/examples ` to find algorithms.
1414
1515## Contents
1616
17- - [x] [ QFT] ( https://github.com/QuantumBFS/YaoExtensions.jl )
18- - [x] Phase Estimation
19- - [x] Imaginary Time Evolution Quantum Eigensolver
20- - [x] Variational Quantum Eigensolver
21- - [x] Hadamard Test
22- - [x] State Overlap Algorithms
23- - [x] Quantum SVD
17+ - [ QFT] ( https://github.com/QuantumBFS/YaoExtensions.jl )
18+ - Phase Estimation
19+ - Imaginary Time Evolution Quantum Eigensolver
20+ - Variational Quantum Eigensolver
21+ - Hadamard Test
22+ - State Overlap Algorithms
23+ - Quantum SVD
2424
2525In examples folder, you will find
2626
27- - [x] HHL
28- - [x] QAOA
29- - [x] Quantum Circuit Born Machine
30- - [x] QuGAN
31- - [x] Shor
32- - [x] Grover search
27+ - HHL
28+ - QAOA
29+ - Quantum Circuit Born Machine
30+ - QuGAN
31+ - Shor
32+ - Grover search
3333
34- - [x] [ QuODE] ( https://github.com/QuantumBFS/QuDiffEq.jl )
35- - [x] [ TensorNetwork Inspired Circuits] ( https://github.com/GiggleLiu/QuantumPEPS.jl )
34+ - [ QuODE] ( https://github.com/QuantumBFS/QuDiffEq.jl )
35+ - [ TensorNetwork Inspired Circuits] ( https://github.com/GiggleLiu/QuantumPEPS.jl )
3636
3737## License
3838
You can’t perform that action at this time.
0 commit comments