All the materials that I do not specify are in English.
- Study notes on basic quantum computing knowledge (in Chinese)
- Notes for the IBM Quanrum Computing Lecture at KTH
- Study notes on the Bell State (in Chinese)
- Mind map for quantum study created by myself for quantum computing and quantum information
This graph will be updated with my learning progress. - List of study materials for quantum computing in excel
- Summary slide of basic quantum computing
- Study notes (in Chinese)
- Summary slide
- Code based on QISKit
Quantum phase estimation is an application of quantum Fourier transform.
- Summary slide
- Hand-written Study Notes
- Code based on QISKit
3.1 Literature list for quantum machine learning study
List of books, papers and websites that I have read and recommend for quantum machine learning study.
- Hand-written study notes and homework solutions for the quantum machine learning course on edX
- Summary slide
- Hand-written study notes
- Hand-written notes for explaning controlled rotation gate in HHL algorithm
- Code based on QISKit
- Code based on pyQuil
- Further experiments and discussions on HHL accuracy
- Discussion and code on how to enact the unitary operator (given matrix A) in the HHL implementation.
- Summary slide
- Explanation slide for the implementation
- Code based on pyQuil
- Hand-written study notes and homework solutions for the quantum cryptography course on edX
4.3 Review paper
A review paper that I wrote on quantum key distribution.
- Code based on Pyquil and Forest-benchmarking(Used after quantum SVM)
- Setup of Microsoft Q# and implementation of the Bell State
- Installation of IBM QISKit and implementation of the Bell State
- Installation of Pyquil and implementation of the Bell State
- Installation of the Grove toolkit of Pyquil
- Hand-written notes for Optimization of Circuits for IBM's five-qubit Quantum Computers
This is a paper for the things we need to pay attention when running programs on IBM's quantum computer cloud service. Because of the hardware structure, we need to make some changes to the CNOT gates sometimes, and this paper is a guidance to that. My note is a mathematical proof of why we can makes such changes to the circuits.