├── An introduction to quantum computing by Phillip Kaye, Raymond Laflamme, Michele Mosca.pdf ├── Quantum Computation and Quantum Information 10th Anniversary Edition by Michael A. Nielsen, Isaac L. Chuang.pdf ├── README.md └── Slides ├── 1 - Linear Algebra.pptx ├── 2 - Bloch Sphere and Density Operator.pptx ├── 3 - Quantum Circuit.pptx ├── 4 - Reversible Circuits and Universal Gates.pptx ├── 5 - Deutsch-Jozsa Algorithm with derivation.pptx ├── 6 - Simon's Algorithm (with note).pptx ├── 7 - Grover's Algorithm.pptx ├── 7.5 - Quantum Fourier Transform (with notes).pptx ├── 8 - Shor's Algorithm (with notes).pptx └── 9 - Fault Tolerance (with note).pptx /An introduction to quantum computing by Phillip Kaye, Raymond Laflamme, Michele Mosca.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuntFeng/quantum_computing/ff85ff071ace9adeff391f560e10b5d788686ebc/An introduction to quantum computing by Phillip Kaye, Raymond Laflamme, Michele Mosca.pdf -------------------------------------------------------------------------------- /Quantum Computation and Quantum Information 10th Anniversary Edition by Michael A. Nielsen, Isaac L. Chuang.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuntFeng/quantum_computing/ff85ff071ace9adeff391f560e10b5d788686ebc/Quantum Computation and Quantum Information 10th Anniversary Edition by Michael A. Nielsen, Isaac L. Chuang.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Quantum Computing (SFU CMPT409) 2 | 3 | ### Slides and Textbook are here! 4 | ### If you want to try some programs, you can download python and install [Qiskit](https://qiskit.org/) on your computer. Simply do 5 | ``` 6 | pip install qiskit 7 | ``` 8 | 9 | 10 | ## Algorithms in Qiskit 11 | ### [Qiskit Tutorial](https://qiskit.org/documentation/tutorials.html) 12 | ### [Deutch-Jozsa Algorithm](https://qiskit.org/textbook/ch-algorithms/deutsch-jozsa.html) 13 | ### [Simon's Algorithm](https://qiskit.org/textbook/ch-algorithms/simon.html) 14 | ### [Grover's Algorithm](https://qiskit.org/textbook/ch-algorithms/grover.html) 15 | ### [Quantum Fourier Transform](https://qiskit.org/textbook/ch-algorithms/quantum-fourier-transform.html) 16 | ### [Shor's Algorithm](https://qiskit.org/textbook/ch-algorithms/shor.html) 17 | 18 | 19 | -------------------------------------------------------------------------------- /Slides/1 - Linear Algebra.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuntFeng/quantum_computing/ff85ff071ace9adeff391f560e10b5d788686ebc/Slides/1 - Linear Algebra.pptx -------------------------------------------------------------------------------- /Slides/2 - Bloch Sphere and Density Operator.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuntFeng/quantum_computing/ff85ff071ace9adeff391f560e10b5d788686ebc/Slides/2 - Bloch Sphere and Density Operator.pptx -------------------------------------------------------------------------------- /Slides/3 - Quantum Circuit.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuntFeng/quantum_computing/ff85ff071ace9adeff391f560e10b5d788686ebc/Slides/3 - Quantum Circuit.pptx -------------------------------------------------------------------------------- /Slides/4 - Reversible Circuits and Universal Gates.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuntFeng/quantum_computing/ff85ff071ace9adeff391f560e10b5d788686ebc/Slides/4 - Reversible Circuits and Universal Gates.pptx -------------------------------------------------------------------------------- /Slides/5 - Deutsch-Jozsa Algorithm with derivation.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuntFeng/quantum_computing/ff85ff071ace9adeff391f560e10b5d788686ebc/Slides/5 - Deutsch-Jozsa Algorithm with derivation.pptx -------------------------------------------------------------------------------- /Slides/6 - Simon's Algorithm (with note).pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuntFeng/quantum_computing/ff85ff071ace9adeff391f560e10b5d788686ebc/Slides/6 - Simon's Algorithm (with note).pptx -------------------------------------------------------------------------------- /Slides/7 - Grover's Algorithm.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuntFeng/quantum_computing/ff85ff071ace9adeff391f560e10b5d788686ebc/Slides/7 - Grover's Algorithm.pptx -------------------------------------------------------------------------------- /Slides/7.5 - Quantum Fourier Transform (with notes).pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuntFeng/quantum_computing/ff85ff071ace9adeff391f560e10b5d788686ebc/Slides/7.5 - Quantum Fourier Transform (with notes).pptx -------------------------------------------------------------------------------- /Slides/8 - Shor's Algorithm (with notes).pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuntFeng/quantum_computing/ff85ff071ace9adeff391f560e10b5d788686ebc/Slides/8 - Shor's Algorithm (with notes).pptx -------------------------------------------------------------------------------- /Slides/9 - Fault Tolerance (with note).pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuntFeng/quantum_computing/ff85ff071ace9adeff391f560e10b5d788686ebc/Slides/9 - Fault Tolerance (with note).pptx --------------------------------------------------------------------------------