Curiosity Corner

Tool Introduction, Qubits & Quantum States – Part 2

Tools and Their Functions

The tools we are using are Python, Qiskit, Jupyter Notebook, VS Code, and GitHub. So, let’s get into what these tools actually are, what their function is, and how we will be using them. Click on each tool to learn more about it.

Qubits

A qubit is the quantum version of a classical bit.

Unlike a classical bit, which is always 0 or 1, a qubit can exist in a superposition of states. It can also become entangled with other qubits, and when measured, it collapses into a definite classical state.

Quantum States

A quantum state is simply the description of what a quantum system looks like ‘right now’. A classical system is what we are traditionally used to dealing with, where 0 is false and 1 is true in binary. Think of a quantum state as the system’s condition before it is measured, existing in a state of flux. Once it is measured, it is forced into a definite classical state of 1s and 0s. We’ll next dive into state vectors, probability amplitudes, and measurement outcomes.

In the next part, we will go over more specifics of gates and how they impact probabilities and measurement outcomes. But first, we will conduct a hands-on experiment:

Project: Exploring Qubit Superposition and Measurement

Leave a Reply

Your email address will not be published. Required fields are marked *