Skip to content

Commit 06759a3

Browse files
author
Roger-luo
committed
update project & README
1 parent ac54061 commit 06759a3

File tree

2 files changed

+24
-21
lines changed

2 files changed

+24
-21
lines changed

Project.toml

+6-3
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,20 @@ uuid = "65c24e16-9b0a-11e8-1353-efc5bc5f6586"
33
version = "0.1.0"
44

55
[deps]
6-
BitBasis = "50ba71b6-fa0f-514d-ae9a-0916efc90dcf"
76
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
87
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
8+
BitBasis = "50ba71b6-fa0f-514d-ae9a-0916efc90dcf"
99
Yao = "5872b779-8223-5990-8dd0-5abbb0748c8c"
1010
YaoArrayRegister = "e600142f-9330-5003-8abb-0ebd767abc51"
1111
YaoBlocks = "418bc28f-b43b-5e0b-a6e7-61bbc1a2c1df"
1212
YaoExtensions = "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]
1922
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

README.md

+18-18
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
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
1010
pkg> 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

2525
In 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

0 commit comments

Comments
 (0)