An open API service indexing awesome lists of open source software.

https://github.com/sebsop/r2p-quantum-qiskit-exploration

Hands-on quantum computing journey with Qiskit, developed through IBMโ€™s R2P program. Covers fundamentals, circuit transpilation, backend execution, and is built in Python with Jupyter notebooks.
https://github.com/sebsop/r2p-quantum-qiskit-exploration

ibm jupyter-notebook python quantum-computing

Last synced: about 5 hours ago
JSON representation

Hands-on quantum computing journey with Qiskit, developed through IBMโ€™s R2P program. Covers fundamentals, circuit transpilation, backend execution, and is built in Python with Jupyter notebooks.

Awesome Lists containing this project

README

          

# ๐Ÿง  Road to Practitioner (R2P) โ€“ IBM Quantum Learning Journey

Welcome to my personal repository documenting my progress through the **Road to Practitioner (R2P)** program by IBM Quantum during **Springโ€“Summer 2025**.

This repo contains all the Jupyter notebooks, exercises, and notes I've worked on as part of this hands-on learning experience, covering the fundamentals of **quantum computing** and **Qiskit**.

---

## ๐ŸŒ About the Program

**Road to Practitioner (R2P)** is a structured and community-driven quantum computing program developed by **IBM Quantum**. Itโ€™s designed to take participants on a learning journey **from curious learner to capable practitioner**.

### ๐Ÿ” Program Highlights:

- **Target Audience**: Researchers, educators, students, and professionals from diverse backgrounds
- **Cohort-Based**: Time-bound and community-supported structure
- **Two Phases, Six Units**: Combining theory with hands-on practical experience
- **Modular & Flexible**: Tailored to suit different levels and interests
- **Guided Learning**: Based on state-of-the-art IBM Quantum Learning Platform content
- **Hands-On Labs**: Capstone project, exercises, and Qiskit Developer Certification prep
- **Mentorship & Support**: Office hours and mentor access throughout
- **Solid Foundation for R2U**: Sets the stage for the more advanced *Road to Utility (R2U)* program

Learn more here: [IBM Quantum Learning Platform](https://quantum.ibm.com/)

---

## ๐Ÿ“˜ What You'll Find in This Repo

- ๐Ÿ““ **Jupyter Notebooks** โ€“ My personal notes, experiments, and exercise solutions
- ๐Ÿงช **Quantum Circuits** โ€“ Example circuits using Qiskit (e.g., Bell, GHZ, W states)
- ๐Ÿง  **Concepts Covered** โ€“ Superposition, entanglement, gates, measurement, noise, etc.
- ๐Ÿงฐ **Transpilation & Optimization** โ€“ Using pass managers and working with real hardware

---

## ๐Ÿš€ Getting Started

If you'd like to explore or run the notebooks:

1. **Clone the repo**:
```bash
git clone https://github.com/sebsop/r2p-quantum-qiskit-exploration.git
```

2. **Create a virtual environment** (optional but recommended):
```bash
python -m venv venv
source venv/bin/activate # or venv\Scripts\activate on Windows
```

3. **Install requirements**:
```bash
pip install -r requirements.txt
```

4. **Launch Jupyter Notebook**:
```bash
jupyter notebook
```

---

## ๐Ÿ’ก Why Iโ€™m Doing This

Quantum computing is a rapidly emerging field with the potential to transform industries. Through R2P, I'm building a strong foundation in both theory and practice to contribute to this exciting space, and this repo is my way of documenting that journey.

---

## Acknowledgments

* Thanks to IBM Quantum, the Freeya Mind Campus project and the Qiskit team for creating the **R2P program** and providing hands-on access to quantum computing resources!
* Special thanks to my teacher **Tudor-Dan Mihoc** for supporting my participation and helping me deepen my quantum skills.

---

## ๐Ÿ“„ License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

---

## ๐Ÿ’ก Contact

Questions, feedback, or ideas? Reach out anytime at [sebastian.soptelea@proton.me](mailto:sebastian.soptelea@proton.me).