{"id":22373914,"url":"https://github.com/ayltai/quantum-computing-101","last_synced_at":"2025-10-29T18:18:01.638Z","repository":{"id":75293060,"uuid":"218798723","full_name":"ayltai/quantum-computing-101","owner":"ayltai","description":"A collection of Jupyter notebooks that show the basics of quantum computing using Qiskit. Made with ❤","archived":false,"fork":false,"pushed_at":"2020-02-19T02:13:24.000Z","size":15,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-31T22:45:43.352Z","etag":null,"topics":["ibmq","qiskit","quantum-computing"],"latest_commit_sha":null,"homepage":null,"language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ayltai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2019-10-31T15:31:26.000Z","updated_at":"2022-12-14T04:12:06.000Z","dependencies_parsed_at":"2023-06-06T01:15:24.901Z","dependency_job_id":null,"html_url":"https://github.com/ayltai/quantum-computing-101","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayltai%2Fquantum-computing-101","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayltai%2Fquantum-computing-101/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayltai%2Fquantum-computing-101/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayltai%2Fquantum-computing-101/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ayltai","download_url":"https://codeload.github.com/ayltai/quantum-computing-101/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245700584,"owners_count":20658247,"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":["ibmq","qiskit","quantum-computing"],"created_at":"2024-12-04T21:15:16.309Z","updated_at":"2025-10-29T18:18:01.539Z","avatar_url":"https://github.com/ayltai.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Quantum Computing 101\n\n[![License](https://img.shields.io/github/license/ayltai/quantum-computing-101.svg?style=flat)](https://github.com/ayltai/quantum-computing-101/blob/master/LICENSE)\n\nWelcome to the Quantum Computing 101 workshop!\n\nIn this repository, you can find a collection of Jupyter notebooks that show the basics of quantum computing using [Qiskit](https://www.qiskit.org). Feel free to learn from this repository, to ask [questions](https://github.com/ayltai/quantum-computing-101/issues), or to [contribute](https://github.com/ayltai/quantum-computing-101/pulls).\n\n## Contents\n\n### [Hello, Quantum World!](https://github.com/ayltai/quantum-computing-101/blob/master/1-hello-quantum-world.ipynb)\nLearn how to write your first quantum program.\n\n### [Hello, Quantum Gates!](https://github.com/ayltai/quantum-computing-101/blob/master/2-hello-quantum-gates.ipynb)\nHave fun with your first quantum gates.\n\n### [Quantum random number generator](https://github.com/ayltai/quantum-computing-101/blob/master/3-quantum-random-number-generator.ipynb)\nLearn how to use qubits to generate true random numbers.\n\n### [Superdense coding](https://github.com/ayltai/quantum-computing-101/blob/master/4-superdense-coding.ipynb)\nSend 2 bits of information using 1 qubit only.\n\n### [Quantum teleportation](https://github.com/ayltai/quantum-computing-101/blob/master/5-quantum-teleportation.ipynb)\nLearn how to teleport information securely.\n\n## Quick start\n\n### macOS\n1. Install Python 3:\n   ```sh\n   brew install python3\n   ```\n2. Install Virtualenv:\n   ```sh\n   brew install virtualenv\n   ```\n3. Create a virtual environment to run Python 3 code:\n   ```sh\n   venv .venv\n   source .venv/bin/activate\n   ```\n4. Clone this project:\n   ```sh\n   git clone https://github.com/ayltai/quantum-computing-101.git\n   cd quantum-computing-101\n   ```\n5. Get your IBM-Q token as described [here](https://qiskit.org/documentation/install.html).\n6. Export your IBM-Q token as an environment variable:\n   ```sh\n   export IBMQ_TOKEN=1234...5678\n   ```\n7. Run a Jupyter notebook:\n   ```sh\n   jupyter nbconvert --to=html --ExecutePreprocessor.enabled=True 1-hello-quantum-world.ipynb\n   ```\n8. Examine the HTML output, `1-hello-quantum-world.html`.\n\n## License\n[MIT](https://github.com/ayltai/quantum-computing-101/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayltai%2Fquantum-computing-101","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fayltai%2Fquantum-computing-101","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayltai%2Fquantum-computing-101/lists"}