Qiskit tutorials: Circuits¶
Click any link to open the tutorial directly in Quantum Lab.
Getting started with Qiskit - Provides an overview of working with Qiskit, including creating quantum circuits and then running them on a backend. After the jobs have been run, data is collected and post-processed depending on the desired output.
Qiskit visualizations - Illustrates how to use different visualization tools, including how to plot a histogram, how to plot the state of the quantum computer, and how to plot the Bloch vector.
Summary of quantum operations - Describes how to work with the following operations:
Single-qubit quantum gates
Multi-qubit quantum gates
Measurements
Reset
Conditionals
State initialization
See also Advanced circuit tutorials.