{"id":18669322,"url":"https://github.com/suavesito-olimpiada/ibm-quantum-computing-workshop","last_synced_at":"2025-11-06T17:30:33.685Z","repository":{"id":142763509,"uuid":"137834270","full_name":"Suavesito-Olimpiada/IBM-Quantum-Computing-Workshop","owner":"Suavesito-Olimpiada","description":null,"archived":false,"fork":false,"pushed_at":"2019-03-12T22:32:10.000Z","size":58031,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-27T18:44:56.125Z","etag":null,"topics":["azure-notebooks","ibm","ibm-cloud","ibm-quantum-computer","jupyter-notebook","qiskit","qiskit-tutorial","workshop"],"latest_commit_sha":null,"homepage":null,"language":"TeX","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/Suavesito-Olimpiada.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":"2018-06-19T03:13:40.000Z","updated_at":"2022-08-23T04:20:40.000Z","dependencies_parsed_at":"2023-03-15T01:05:31.028Z","dependency_job_id":null,"html_url":"https://github.com/Suavesito-Olimpiada/IBM-Quantum-Computing-Workshop","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/Suavesito-Olimpiada%2FIBM-Quantum-Computing-Workshop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Suavesito-Olimpiada%2FIBM-Quantum-Computing-Workshop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Suavesito-Olimpiada%2FIBM-Quantum-Computing-Workshop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Suavesito-Olimpiada%2FIBM-Quantum-Computing-Workshop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Suavesito-Olimpiada","download_url":"https://codeload.github.com/Suavesito-Olimpiada/IBM-Quantum-Computing-Workshop/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239499973,"owners_count":19649144,"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":["azure-notebooks","ibm","ibm-cloud","ibm-quantum-computer","jupyter-notebook","qiskit","qiskit-tutorial","workshop"],"created_at":"2024-11-07T08:46:40.932Z","updated_at":"2025-02-18T15:46:42.681Z","avatar_url":"https://github.com/Suavesito-Olimpiada.png","language":"TeX","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IBM Quantum Computing Workshop\n\nFrom _06/18/2018_ to _06/22/2018_ we were in the [**IBM-ITESM Quantum Computing Workshop**](https://tallerquantum18.github.io/) in Mexico City.\nIn this Workshop we learned from the math basis of quantum mechanics to how to program some of the most known quantum algorithms ([Grove algorithm](https://en.wikipedia.org/wiki/Grover%27s_algorithm), [Shor algorithm](https://en.wikipedia.org/wiki/Shor%27s_algorithm)), using the open source simulator of IBM [**QISKit**](https://qiskit.org/).\n\n## Structure\n\nYou'll find several folders in this repo, which contain all the content created during this workshop. The main structure is as follows:\n\n- 📁 **[Notes](https://github.com/Suavesito-Olimpiada/IBM-Quantum-Computing-Workshop/tree/master/Notes):** Contains all documentation (slides, papers, etc.) reviewed or recommended during the workshop.\n- 📁 **[Code](https://github.com/Suavesito-Olimpiada/IBM-Quantum-Computing-Workshop/tree/master/Code):** Contains all code programed by us.\n- 📁 **[Tutorials](https://github.com/Suavesito-Olimpiada/IBM-Quantum-Computing-Workshop/tree/master/Tutorials):** Contains all the submodules that contain QISKit tutorials.\n\n## Requirements\n\n\u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/c3/Python-logo-notext.svg\" width=\"5%\"\u003e \u003cimg src=\"https://image.flaticon.com/icons/svg/109/109526.svg\" width=\"1.5%\"\u003e \u003cimg src=\"https://gitlab.eurecom.fr/zoe-apps/pytorch/avatar\" width=\"5.5%\"\u003e\n\nFor this workshop [Python 3](https://www.python.org/) will be needed, and [Jupyter Notebooks](http://jupyter.org/) could be very useful.\n\n\u003cimg src=\"https://raw.githubusercontent.com/QISKit/qiskit-tutorial/master/images/qiskit-heading.gif\" width=\"18%\"\u003e\n\nInstall the ***\"[Open Source Quantum Information Science Kit](https://qiskit.org/)\"*** (*[QISKit](https://qiskit.org/)*) directly with `pip` as follows:\n\n```bash\n[python3] $ pip install qiskit\n```\n\nWe'll run some `qiskit` examples (found in the offial repo [QISKit/qiskit-tutorial](https://github.com/QISKit/qiskit-tutorial)) inside an IBM quantum computer, so we'll need extra installations. To do so, please follow the instructions from **[HERE](https://github.com/QISKit/qiskit-tutorial/blob/master/INSTALL.md)**.\n\n#### TL;DR:\n\nTo install locally:\n\n1. Clone the [QISKit/qiskit-tutorial](https://github.com/QISKit/qiskit-tutorial):\n```bash\ngit clone https://github.com/QISKit/qiskit-tutorial.git\n```\n\n2. If you use [Conda/Anaconda](https://conda.io/docs/index.html) I highly recommend you to create a virtual environment as follows (after clonning `qiskit-tutorial`):\n```bash\ncd qiskit-tutorial\nconda env create -f QISKitenv.yml\n```\n\nIf you're willing to run in the cloud using Azure Notebooks:\n\n1. Create an account in [Azure Notebooks](https://notebooks.azure.com/), then create a new library from GitHub by pasting the link to this repo: `https://github.com/RodolfoFerro/IBMQC18`.\n2. Now please see the [Azure Notebook instructions](https://github.com/RodolfoFerro/IBMQC18/blob/master/Azure_Notebooks_Installation.md) to install the [qiskit-tutorial](https://github.com/QISKit/qiskit-tutorial) requirements inside a Jupyter Notebook.\n\n-----\n\nAll this markdown is based on the [@RodolfoFerro](https://github.com/RodolfoFerro) markdown ([here](https://github.com/RodolfoFerro/IBMQC18/blob/master/README.md)) of the same workshop.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuavesito-olimpiada%2Fibm-quantum-computing-workshop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuavesito-olimpiada%2Fibm-quantum-computing-workshop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuavesito-olimpiada%2Fibm-quantum-computing-workshop/lists"}