Skip to content

Commit f95381f

Browse files
committed
updated readme file and added the first notebook tutorial
1 parent cd46781 commit f95381f

File tree

2 files changed

+341
-1
lines changed

2 files changed

+341
-1
lines changed

00_introduction_and_setup.ipynb

Lines changed: 304 additions & 0 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,37 @@
1-
# Qiskit Programming Tutorial Series
1+
# Learn Qiskit Programming in Python - Tutorial Series
2+
3+
Welcome to this beginner-friendly tutorial series on **Qiskit Programming** using Python!
4+
This series is designed to help you get started with quantum computing by exploring the IBM Quantum Platform and learning how to build, simulate, and run quantum circuits using Qiskit.
5+
6+
---
7+
8+
## 📒 About This First Notebook: Introduction and Setup
9+
10+
This first notebook covers the essentials of the **IBM Quantum Platform**, including:
11+
12+
- Registering and navigating the platform interface
13+
- Understanding the key tools: Dashboard, Compute Resources, Workloads, Documentation, and Learning
14+
- Exploring quantum hardware metrics like Quantum Volume and CLOPS
15+
- Getting familiar with the Quantum Composer, a graphical circuit builder
16+
17+
By the end of this notebook, you will have a solid foundation for using the IBM Quantum ecosystem and be ready to install Qiskit and write your first quantum program.
18+
19+
---
20+
21+
## 🚀 Upcoming Notebooks
22+
23+
The next notebooks in this series will guide you through:
24+
25+
- Installing Qiskit and setting up your Python environment
26+
- Writing and simulating your first quantum circuits in Python
27+
- Understanding quantum gates and measurement
28+
- Running quantum jobs on simulators and real IBM quantum hardware
29+
- Advanced topics like quantum algorithms and error mitigation
30+
31+
Stay tuned and keep exploring the exciting world of quantum computing!
32+
33+
---
34+
35+
## 📄 License
36+
37+
This project is licensed under the MIT License — see the [LICENSE](LICENSE) file for details.

0 commit comments

Comments
 (0)