{"id":21330371,"url":"https://github.com/minnukota381/quantum-computing-qiskit","last_synced_at":"2025-07-12T08:32:32.087Z","repository":{"id":218787068,"uuid":"745971829","full_name":"minnukota381/Quantum-Computing-Qiskit","owner":"minnukota381","description":"This repository contains a collection of Jupyter Notebooks demonstrating various quantum computing concepts using Qiskit, a popular quantum computing framework.","archived":false,"fork":false,"pushed_at":"2024-05-27T21:24:19.000Z","size":53880,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-28T07:31:52.290Z","etag":null,"topics":["css","html","javascript","qiskit","qiskit-tutorial","quantum-computing"],"latest_commit_sha":null,"homepage":"https://quantum-computing-qc.vercel.app","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/minnukota381.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}},"created_at":"2024-01-20T17:47:36.000Z","updated_at":"2024-05-29T21:35:34.734Z","dependencies_parsed_at":"2024-05-29T21:53:08.976Z","dependency_job_id":null,"html_url":"https://github.com/minnukota381/Quantum-Computing-Qiskit","commit_stats":null,"previous_names":["minnukota381/quantum-computing-qiskit-"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/minnukota381/Quantum-Computing-Qiskit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minnukota381%2FQuantum-Computing-Qiskit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minnukota381%2FQuantum-Computing-Qiskit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minnukota381%2FQuantum-Computing-Qiskit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minnukota381%2FQuantum-Computing-Qiskit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/minnukota381","download_url":"https://codeload.github.com/minnukota381/Quantum-Computing-Qiskit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minnukota381%2FQuantum-Computing-Qiskit/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264962472,"owners_count":23689815,"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":["css","html","javascript","qiskit","qiskit-tutorial","quantum-computing"],"created_at":"2024-11-21T22:17:41.663Z","updated_at":"2025-07-12T08:32:29.110Z","avatar_url":"https://github.com/minnukota381.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Quantum Computing with Qiskit\n\nThis repository contains a collection of Jupyter Notebooks demonstrating various quantum computing concepts using Qiskit, a popular quantum computing framework.\n\n## Table of Contents\n\n- [Introduction](#introduction)\n- [Notebooks](#notebooks)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Introduction\n\nQuantum computing is an exciting field, and this repository aims to provide hands-on examples and demonstrations using Qiskit. Whether you are a beginner or an experienced quantum enthusiast, these notebooks cover a range of topics from basic quantum gates to more advanced algorithms like Simon's Algorithm and the Deutsch-Jozsa Algorithm.\n\n## Chapters\n\n1. [Introduction to Quantum Computing and Qiskit](#chapter-1-introduction-to-quantum-computing-and-qiskit)\n2. [Basic Quantum Gates and Operations](#chapter-2-basic-quantum-gates-and-operations)\n3. [Entanglement and Bell States](#chapter-3-entanglement-and-bell-states)\n4. [Quantum Gates and their Applications](#chapter-4-quantum-gates-and-their-applications)\n5. [Quantum Circuits and Operations](#chapter-5-quantum-circuits-and-operations)\n6. [Quantum Algorithms](#chapter-6-quantum-algorithms)\n7. [Advanced Quantum State Demonstrations](#chapter-7-advanced-quantum-state-demonstrations)\n8. [Bloch Sphere Visualization](#chapter-8-bloch-sphere-visualization)\n9. [Other Quantum Concepts](#chapter-9-other-quantum-concepts)\n\n## Chapter 1: Introduction to Quantum Computing and Qiskit\n\n1. **Qiskit Installation.ipynb** - Guide to installing Qiskit.\n2. **print_qiskit_version.ipynb** - Checking the installed version of Qiskit.\n3. **I_O_C_T_PRODUCT.ipynb** - Inner, outer, conjugate, and tensor products.\n\n## Chapter 2: Basic Quantum Gates and Operations\n\n1. **pauli_x_gate_demo.ipynb** - Demonstration of the Pauli-X gate.\n2. **pauli_x_gate_demo_custom.ipynb** - Custom demonstrations of the Pauli-X gate.\n3. **h_gate_op2.ipynb** - Demonstration of the Hadamard gate.\n4. **rz_gate_demo.ipynb** - Demonstration of the Rz gate.\n5. **s_t_gate_demo.ipynb** - Demonstration of the S and T gates.\n\n## Chapter 3: Entanglement and Bell States\n\n1. **BELL STATE Ket Phi Plus 00.ipynb** - Bell state |Φ⁺⟩.\n2. **BELL STATE Phi Minus 10.ipynb** - Bell state |Φ⁻⟩.\n3. **BELL STATE ket Psi Minus 11.ipynb** - Bell state |Ψ⁻⟩.\n4. **BELL STATE ket Psi Plus 01.ipynb** - Bell state |Ψ⁺⟩.\n5. **cnot_control_sp(Bell State).ipynb** - CNOT gate control for Bell states.\n\n## Chapter 4: Quantum Gates and their Applications\n\n1. **Fredkin [CSWAP].ipynb** - Fredkin (CSWAP) gate demonstration.\n2. **toffoli.ipynb** - Toffoli gate demonstration.\n3. **toffoli_id.ipynb** - Toffoli gate with identity demonstration.\n4. **cz.ipynb** - Controlled-Z gate demonstration.\n5. **cz_id.ipynb** - Controlled-Z gate with identity demonstration.\n6. **cy_id.ipynb** - Controlled-Y gate demonstration.\n\n## Chapter 5: Quantum Circuits and Operations\n\n1. **cnot_both_sp.ipynb** - CNOT gate with both qubits in superposition.\n2. **cnot_both_sp_tar_x.ipynb** - CNOT gate with target qubit in superposition.\n3. **cnot_classic_demo.ipynb** - Classic CNOT gate demonstration.\n4. **cnot_classic_demo_others.ipynb** - Other classic CNOT gate demonstrations.\n5. **cnot_control_sp.ipynb** - CNOT gate with control qubit in superposition.\n6. **cnot_identity.ipynb** - CNOT gate with identity.\n7. **cnot_identity_copy.ipynb** - Copy of CNOT gate with identity.\n8. **swap.ipynb** - SWAP gate demonstration.\n\n## Chapter 6: Quantum Algorithms\n\n1. **Simon_s Algorithm.ipynb** - Simon's algorithm demonstration.\n2. **Secret Number Prediction.ipynb** - Secret number prediction algorithm.\n3. **dj_algorithm_demo.ipynb** - Deutsch-Josza algorithm demonstration.\n\n## Chapter 7: Advanced Quantum State Demonstrations\n\n1. **multi_qubit_singleq_gate_c1.ipynb** - Multi-qubit single-qubit gate demonstration (Case 1).\n2. **multi_qubit_singleq_c2.ipynb** - Multi-qubit single-qubit gate demonstration (Case 2).\n3. **multi_state_demo.ipynb** - Multi-state demonstration.\n4. **quantum_state_demo.ipynb** - Quantum state demonstration.\n\n## Chapter 8: Bloch Sphere Visualization\n\n1. **Bloch_Sphere_Complete_Visualization.ipynb** - Complete visualization of the Bloch sphere.\n\n## Chapter 9: Other Quantum Concepts\n\n1. **String Prediction.ipynb** - String prediction using quantum computing.\n2. **test.ipynb** - Miscellaneous tests and demonstrations.\n\n\n## Installation\n\nTo run these notebooks locally, you need to have Python and Jupyter Notebooks installed. Additionally, you'll need to install Qiskit. You can install the required dependencies using the following command:\n\n```bash\npip install qiskit\n```\n\n## Usage\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/minnukota381/Quantum-Computing-Qiskit.git\ncd Quantum-Computing-Qiskit\n```\n\n2. Open the desired notebook using Jupyter Notebooks:\n\n```bash\njupyter notebook\n```\n\n3. Explore and run the notebooks to understand quantum computing concepts.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminnukota381%2Fquantum-computing-qiskit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fminnukota381%2Fquantum-computing-qiskit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminnukota381%2Fquantum-computing-qiskit/lists"}