Skip to content

Latest commit

 

History

History
45 lines (45 loc) · 4.48 KB

README.md

File metadata and controls

45 lines (45 loc) · 4.48 KB

My Quantum Study Routine

All the materials that I do not specify are in English.

1. Basic Quantum Theory

1.1 Study Notes

1.2 Slides

  • The slides of my presentation in quantum computing

1.3 Others

2. Quantum Algorithms

2.1 Quantum Fourier transform

2.2 Quantum phase estimation

3. Quantum Cryptography

3.1 edX Quantum Cryptography course

3.2 Study Notes

A review paper that I wrote on quantum key distribution.

4. Quantum Machine Learning

4.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.

4.2 edX Machine Learning course

4.3 HHL Algorithm

4.4 qSVM

5. Implementation and SDKs

5.1 Simple Coding Based on Popular SDKs

5.2 Notes for papers

  • 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 notes is a mathematical proof of why we can makes such changes to the circuits.