Quantum Computing 101

Abhishek Dubey
1 min readApr 27, 2020

--

GIF from: https://youtu.be/JhHMJCUmq28?t=236

This is a basic end to end introduction into Quantum computing for Computer Engineers/ Scientists. The idea is not to go in much Mathematical or Implementation depth, but provide a good enough introduction to the topic, so that your movement into this world is a bit easier than mine.

I plan to write this Series into small story blocks, not more than 10 -15 minutes read each, as per the below flow:

  1. Qubit Intro
  2. Qubit Vs Classical Bit
  3. Basic Quantum Gates
  4. Intro to Basic Quantum Circuits
  5. Basic Quantum Search Algorithm [Grover’s Search Algo]
  6. Coding Grover’s Algorithms
    6.1. IBM’s Qiskit
    6.2. Google’s Cirq [vs Tensorflow Quantum]
    6.3. Microsoft’s Q#
  7. Quantum Entanglement
  8. Partial Measurements
  9. Quantum Teleportation
  10. etc …

As and when I complete the items in the list above, I would link them here.

This is my first blog on internet so suggestions are welcome!

So Let’s Start with Qubit !

--

--