{"id":27957954,"url":"https://github.com/dosqas/r2p-quantum-qiskit-exploration","last_synced_at":"2025-05-07T18:15:29.280Z","repository":{"id":289150974,"uuid":"968336089","full_name":"dosqas/R2P-Quantum-Qiskit-Exploration","owner":"dosqas","description":"A hands-on quantum computing journey using Qiskit, developed through the IBM Road to Practitioner (R2P) program during Spring–Summer 2025. Explores foundational quantum concepts, circuit transpilation, and backend execution. Built in Python with Qiskit in Jupyter notebooks as part of a structured learning experience.","archived":false,"fork":false,"pushed_at":"2025-04-22T00:42:22.000Z","size":2214,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-07T18:15:23.847Z","etag":null,"topics":["ibm","jupyter-notebook","quantum-computing"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dosqas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-17T22:57:42.000Z","updated_at":"2025-04-22T00:49:09.000Z","dependencies_parsed_at":"2025-04-21T20:37:42.834Z","dependency_job_id":"af17cdb8-2d28-4df9-8c8d-30c3f4649433","html_url":"https://github.com/dosqas/R2P-Quantum-Qiskit-Exploration","commit_stats":null,"previous_names":["dosqas/r2p-quantum-qiskit-exploration"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dosqas%2FR2P-Quantum-Qiskit-Exploration","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dosqas%2FR2P-Quantum-Qiskit-Exploration/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dosqas%2FR2P-Quantum-Qiskit-Exploration/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dosqas%2FR2P-Quantum-Qiskit-Exploration/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dosqas","download_url":"https://codeload.github.com/dosqas/R2P-Quantum-Qiskit-Exploration/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252931506,"owners_count":21827112,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ibm","jupyter-notebook","quantum-computing"],"created_at":"2025-05-07T18:15:28.700Z","updated_at":"2025-05-07T18:15:29.264Z","avatar_url":"https://github.com/dosqas.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🧠 Road to Practitioner (R2P) – IBM Quantum Learning Journey\n\nWelcome to my personal repository documenting my progress through the **Road to Practitioner (R2P)** program by IBM Quantum during **Spring–Summer 2025**.\n\nThis 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**.\n\n---\n\n## 🌐 About the Program\n\n**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**.\n\n### 🔍 Program Highlights:\n\n- **Target Audience**: Researchers, educators, students, and professionals from diverse backgrounds\n- **Cohort-Based**: Time-bound and community-supported structure\n- **Two Phases, Six Units**: Combining theory with hands-on practical experience\n- **Modular \u0026 Flexible**: Tailored to suit different levels and interests\n- **Guided Learning**: Based on state-of-the-art IBM Quantum Learning Platform content\n- **Hands-On Labs**: Capstone project, exercises, and Qiskit Developer Certification prep\n- **Mentorship \u0026 Support**: Office hours and mentor access throughout\n- **Solid Foundation for R2U**: Sets the stage for the more advanced *Road to Utility (R2U)* program\n\nLearn more here: [IBM Quantum Learning Platform](https://quantum.ibm.com/)\n\n---\n\n## 📘 What You'll Find in This Repo\n\n- 📓 **Jupyter Notebooks** – My personal notes, experiments, and exercise solutions  \n- 🧪 **Quantum Circuits** – Example circuits using Qiskit (e.g., Bell, GHZ, W states)  \n- 🧠 **Concepts Covered** – Superposition, entanglement, gates, measurement, noise, etc.  \n- 🧰 **Transpilation \u0026 Optimization** – Using pass managers and working with real hardware  \n- 🧑‍💻 **Capstone Project** (TBD) – Final project to demonstrate applied knowledge\n\n---\n\n## 🚀 Getting Started\n\nIf you'd like to explore or run the notebooks:\n\n1. **Clone the repo**:\n   ```bash\n   git clone https://github.com/dosqas/R2P-Quantum-Qiskit-Exploration.git\n   ```\n\n2. **Create a virtual environment** (optional but recommended):\n   ```bash\n   python -m venv venv\n   source venv/bin/activate  # or venv\\Scripts\\activate on Windows\n   ```\n\n3. **Install requirements**:\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n4. **Launch Jupyter Notebook**:\n   ```bash\n   jupyter notebook\n   ```\n\n---\n\n## 💡 Why I’m Doing This\n\nQuantum 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.\n\n---\n\n## 🤝 Acknowledgments\n\nThanks to IBM Quantum and the Qiskit team for creating the **R2P program** and providing hands-on access to quantum computing resources!\n\n---\n\n## 📬 Contact\n\nFeel free to reach out if you’re also on this path or interested in collaborating!  \n📧 [sebastian.soptelea@proton.me]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdosqas%2Fr2p-quantum-qiskit-exploration","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdosqas%2Fr2p-quantum-qiskit-exploration","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdosqas%2Fr2p-quantum-qiskit-exploration/lists"}