File tree 2 files changed +24
-21
lines changed
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"
3
3
version = " 0.1.0"
4
4
5
5
[deps ]
6
- BitBasis = " 50ba71b6-fa0f-514d-ae9a-0916efc90dcf"
7
6
LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
8
7
Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
8
+ BitBasis = " 50ba71b6-fa0f-514d-ae9a-0916efc90dcf"
9
9
Yao = " 5872b779-8223-5990-8dd0-5abbb0748c8c"
10
10
YaoArrayRegister = " e600142f-9330-5003-8abb-0ebd767abc51"
11
11
YaoBlocks = " 418bc28f-b43b-5e0b-a6e7-61bbc1a2c1df"
12
12
YaoExtensions = " 7a06699c-c960-11e9-3c98-9f78548b5f0f"
13
13
14
14
[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"
17
20
18
21
[extras ]
19
22
Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
Original file line number Diff line number Diff line change 1
1
# QuAlgorithmZoo
2
2
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 )
4
4
5
5
## Installation
6
6
7
- QuAlgorithmZoo.jl is not registered yet , please use the following command:
7
+ QuAlgorithmZoo.jl is not registered, please use the following command:
8
8
9
9
``` julia
10
10
pkg> dev https: // github. com/ QuantumBFS/ QuAlgorithmZoo. jl. git
11
11
```
12
12
13
- Then open directory ' ~ / .julia/dev/QuAlgorithmZoo/examples' to find algorithms.
13
+ Then open directory ` .julia/dev/QuAlgorithmZoo/examples ` to find algorithms.
14
14
15
15
## Contents
16
16
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
24
24
25
25
In examples folder, you will find
26
26
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
33
33
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 )
36
36
37
37
## License
38
38
You can’t perform that action at this time.
0 commit comments