This repository contains jupyter notebooks that I created while learning quantum computing.
I used some material from the Coursera course Quantum Computing with Qiskit and Advanced Algorithms and adapted it to the current version of Qiskit (using claude.ai). I also made use of material from the IBM Quantum Platform, and in particular from their courses.
Comments and suggestions are of course welcome.
The notebooks should be used in the following order.
It contains the mathematical definition of quibits and of some quantum gates. It shows how to create a quantum circuit using IBM Qiskit library, how to run it on a simulator, and how to run it on a real quantum computer in the IBM cloud.
It shows how to plot the Bloch sphere and how to change the phase of a qubit.