https://github.com/skylark0924/solution_of_quantum_books
A gathering of unofficial solutions to the exercises in Quantum Computation and Quantum Information and Quantum Information Theory
https://github.com/skylark0924/solution_of_quantum_books
Last synced: 7 months ago
JSON representation
A gathering of unofficial solutions to the exercises in Quantum Computation and Quantum Information and Quantum Information Theory
- Host: GitHub
- URL: https://github.com/skylark0924/solution_of_quantum_books
- Owner: Skylark0924
- License: gpl-3.0
- Created: 2022-04-12T02:48:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-12T04:37:23.000Z (over 3 years ago)
- Last Synced: 2025-01-28T14:47:32.314Z (9 months ago)
- Language: TeX
- Homepage:
- Size: 15.3 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Solution of quantum books
In recent years, there have been many exciting advances in the quantum computer, and its quantum supremacy has already been demonstrated in some problems. Now is the best time to learn about quantum computers so that we can be prepared before it becomes the Next Big Thing and seize the opportunity. For beginners, I highly recommend the following two books, which are detailed and comprehensive.
1. [Quantum Computation and Quantum Information (QCQI) - Michael A. Nielsen & Isaac L. Chuang](./books/QCQI.pdf) (Newer, the best option)
2. [Quantum Information Theory (QIT) - MARK M. WILDE](./books/QIT.pdf)This repository serves as a gathering of **unofficial** solutions to the exercises in the above two books. Since they are pretty important in this field, making sure the readers fully understand the exercises might be valuable. I also hope that researchers with the same research interests will work with me to improve this repository.
## Solutions
### QCQI
1. Chapter 1
2. [Chapter 2](./QCQI/chapter2)
3. Chapter 3
4. Chapter 4
5. Chapter 5
6. Chapter 6
7. Chapter 7
8. Chapter 8
9. Chapter 9
10. Chapter 10### QIT
1. Chapter 2
2. Chapter 3
3. Chapter 4
4. Chapter 5
5. Chapter 6
6. Chapter 7
7. Chapter 8
8. Chapter 9
9. Chapter 10## Reference
Here are some similar projects:
1. [Solutions: Quantum Computation and Quantum Information by Nielsen and Chuang](https://serab.net/docs/qcqi/)
2. [めもめも QCQI, exercise, solutions の検索結果](https://enakai00.hatenablog.com/search?q=QCQI+exercise+solutions)
3. [goropikari/SolutionQCQINielsenChuang](https://github.com/goropikari/SolutionQCQINielsenChuang)
4. [rehaanahmad2013/NielsenChuang-QuantumComputingSolutions](https://github.com/rehaanahmad2013/NielsenChuang-QuantumComputingSolutions)