├── Notebooks ├── .gitignore ├── Day 0 Python Revision.ipynb ├── Day 1 Introduction to Quantum Circuits.ipynb ├── Day 2.1 Quantum Circuits Continued.ipynb ├── Day 2.2 Quantum TELIportation.ipynb ├── Day 3 Universality.ipynb ├── Day 4 Deutsch Josza algorithm.ipynb ├── Day 5 BB84 Protocol.ipynb ├── Day 6 Grover's algorithm.ipynb ├── Day 7 Quantum Fourier transform and its applications_ Part 1.ipynb ├── Day 7 Quantum Fourier transform and its applications_ Part 2.ipynb ├── Final Question 1 Discrete Logarithm.ipynb └── Final Question 2 Unitary Circuit Building.ipynb ├── README.md ├── Solutions ├── .gitignore ├── Day 1 solutions.ipynb ├── Day 2.1 Quantum Circuits Continued (Solutions).ipynb ├── Day 2.2 solutions.ipynb ├── Day 3 Universality Solutions.ipynb ├── Day 4 Deutsch Josza algorithm (Solution).ipynb ├── Day 5 BB84 Protocol Solutions.ipynb ├── Day 6 Grover's algorithm solutions.ipynb ├── Day 7 solutions.ipynb ├── Final Question 1 Discrete Logarithm Solutions.ipynb └── Final Question 2 Unitary Circuit Building Solutions.ipynb └── images ├── .gitignore ├── contabc.jpg ├── contv.jpg ├── dark_got_me_this.jpeg ├── geometrygrover.jpg ├── grover.jpg ├── hold.jpg ├── jozsa.jpg ├── swap.png ├── telep.jpeg ├── toffoli.png └── universal_irx.png /Notebooks/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Notebooks/Day 0 Python Revision.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnp-club/Quantum_Computing_Workshop_2020/HEAD/Notebooks/Day 0 Python Revision.ipynb -------------------------------------------------------------------------------- /Notebooks/Day 1 Introduction to Quantum Circuits.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnp-club/Quantum_Computing_Workshop_2020/HEAD/Notebooks/Day 1 Introduction to Quantum Circuits.ipynb -------------------------------------------------------------------------------- /Notebooks/Day 2.1 Quantum Circuits Continued.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnp-club/Quantum_Computing_Workshop_2020/HEAD/Notebooks/Day 2.1 Quantum Circuits Continued.ipynb -------------------------------------------------------------------------------- /Notebooks/Day 2.2 Quantum TELIportation.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnp-club/Quantum_Computing_Workshop_2020/HEAD/Notebooks/Day 2.2 Quantum TELIportation.ipynb -------------------------------------------------------------------------------- /Notebooks/Day 3 Universality.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnp-club/Quantum_Computing_Workshop_2020/HEAD/Notebooks/Day 3 Universality.ipynb -------------------------------------------------------------------------------- /Notebooks/Day 4 Deutsch Josza algorithm.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnp-club/Quantum_Computing_Workshop_2020/HEAD/Notebooks/Day 4 Deutsch Josza algorithm.ipynb -------------------------------------------------------------------------------- /Notebooks/Day 5 BB84 Protocol.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnp-club/Quantum_Computing_Workshop_2020/HEAD/Notebooks/Day 5 BB84 Protocol.ipynb -------------------------------------------------------------------------------- /Notebooks/Day 6 Grover's algorithm.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnp-club/Quantum_Computing_Workshop_2020/HEAD/Notebooks/Day 6 Grover's algorithm.ipynb -------------------------------------------------------------------------------- /Notebooks/Day 7 Quantum Fourier transform and its applications_ Part 1.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnp-club/Quantum_Computing_Workshop_2020/HEAD/Notebooks/Day 7 Quantum Fourier transform and its applications_ Part 1.ipynb -------------------------------------------------------------------------------- /Notebooks/Day 7 Quantum Fourier transform and its applications_ Part 2.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnp-club/Quantum_Computing_Workshop_2020/HEAD/Notebooks/Day 7 Quantum Fourier transform and its applications_ Part 2.ipynb -------------------------------------------------------------------------------- /Notebooks/Final Question 1 Discrete Logarithm.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnp-club/Quantum_Computing_Workshop_2020/HEAD/Notebooks/Final Question 1 Discrete Logarithm.ipynb -------------------------------------------------------------------------------- /Notebooks/Final Question 2 Unitary Circuit Building.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnp-club/Quantum_Computing_Workshop_2020/HEAD/Notebooks/Final Question 2 Unitary Circuit Building.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnp-club/Quantum_Computing_Workshop_2020/HEAD/README.md -------------------------------------------------------------------------------- /Solutions/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Solutions/Day 1 solutions.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnp-club/Quantum_Computing_Workshop_2020/HEAD/Solutions/Day 1 solutions.ipynb -------------------------------------------------------------------------------- /Solutions/Day 2.1 Quantum Circuits Continued (Solutions).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnp-club/Quantum_Computing_Workshop_2020/HEAD/Solutions/Day 2.1 Quantum Circuits Continued (Solutions).ipynb -------------------------------------------------------------------------------- /Solutions/Day 2.2 solutions.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnp-club/Quantum_Computing_Workshop_2020/HEAD/Solutions/Day 2.2 solutions.ipynb -------------------------------------------------------------------------------- /Solutions/Day 3 Universality Solutions.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnp-club/Quantum_Computing_Workshop_2020/HEAD/Solutions/Day 3 Universality Solutions.ipynb -------------------------------------------------------------------------------- /Solutions/Day 4 Deutsch Josza algorithm (Solution).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnp-club/Quantum_Computing_Workshop_2020/HEAD/Solutions/Day 4 Deutsch Josza algorithm (Solution).ipynb -------------------------------------------------------------------------------- /Solutions/Day 5 BB84 Protocol Solutions.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnp-club/Quantum_Computing_Workshop_2020/HEAD/Solutions/Day 5 BB84 Protocol Solutions.ipynb -------------------------------------------------------------------------------- /Solutions/Day 6 Grover's algorithm solutions.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnp-club/Quantum_Computing_Workshop_2020/HEAD/Solutions/Day 6 Grover's algorithm solutions.ipynb -------------------------------------------------------------------------------- /Solutions/Day 7 solutions.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnp-club/Quantum_Computing_Workshop_2020/HEAD/Solutions/Day 7 solutions.ipynb -------------------------------------------------------------------------------- /Solutions/Final Question 1 Discrete Logarithm Solutions.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnp-club/Quantum_Computing_Workshop_2020/HEAD/Solutions/Final Question 1 Discrete Logarithm Solutions.ipynb -------------------------------------------------------------------------------- /Solutions/Final Question 2 Unitary Circuit Building Solutions.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnp-club/Quantum_Computing_Workshop_2020/HEAD/Solutions/Final Question 2 Unitary Circuit Building Solutions.ipynb -------------------------------------------------------------------------------- /images/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/contabc.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnp-club/Quantum_Computing_Workshop_2020/HEAD/images/contabc.jpg -------------------------------------------------------------------------------- /images/contv.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnp-club/Quantum_Computing_Workshop_2020/HEAD/images/contv.jpg -------------------------------------------------------------------------------- /images/dark_got_me_this.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnp-club/Quantum_Computing_Workshop_2020/HEAD/images/dark_got_me_this.jpeg -------------------------------------------------------------------------------- /images/geometrygrover.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnp-club/Quantum_Computing_Workshop_2020/HEAD/images/geometrygrover.jpg -------------------------------------------------------------------------------- /images/grover.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnp-club/Quantum_Computing_Workshop_2020/HEAD/images/grover.jpg -------------------------------------------------------------------------------- /images/hold.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnp-club/Quantum_Computing_Workshop_2020/HEAD/images/hold.jpg -------------------------------------------------------------------------------- /images/jozsa.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnp-club/Quantum_Computing_Workshop_2020/HEAD/images/jozsa.jpg -------------------------------------------------------------------------------- /images/swap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnp-club/Quantum_Computing_Workshop_2020/HEAD/images/swap.png -------------------------------------------------------------------------------- /images/telep.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnp-club/Quantum_Computing_Workshop_2020/HEAD/images/telep.jpeg -------------------------------------------------------------------------------- /images/toffoli.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnp-club/Quantum_Computing_Workshop_2020/HEAD/images/toffoli.png -------------------------------------------------------------------------------- /images/universal_irx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnp-club/Quantum_Computing_Workshop_2020/HEAD/images/universal_irx.png --------------------------------------------------------------------------------