Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.87 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.87 KB

License: MIT

MyQiskitProgramming

This repository contains all my experimentation with the Qiskit API and all the Python scripts on Jupyter Notebook(s) written to test out circuits on a quantum computer. Lots of the codes and the material is borrowed from the Qiskit video series on learning to code with quantum computers and the textbook. This repository will cover

Quantum Experimentation

  • Hello World ✅
  • Experiments with Gates ✅
  • Solutions to Qiskit Textbook Problems ✅

Quantum Algorithms

  • Berstein-Vazirani Algorithm ✅
  • Deutsch-Jozsa Algorithm ⏺
  • Grover's Quantum Search ⏺
  • Simon's Algorithm ⏺
  • Shor's Algorithm (with QFT)

Quantum Games

  • Quantum Pong

and plain 'ol messing around.....

Official Documentation

My implementation of the Deutsch-Jozsa algorithm is thoroughly explained for beginners and experts alike on my Medium and Dev.to post(s) cited below. (In Progress)

References

[1] John Preskill's Course Notes from Caltech CS 219
[2] MIT's Quantum Information Science series of courses on edX
[3] Qiskit Textbook
[4] Quantum Country
[5] Brilliant.org's courses on Quantum Computing and Quantum Mechanics
[6] Gates, States, and Circuits : Notes on the circuit model of quantum computation