{"id":17153161,"url":"https://github.com/axect/quantumalgorithms","last_synced_at":"2025-04-13T12:44:07.295Z","repository":{"id":210800494,"uuid":"727481327","full_name":"Axect/QuantumAlgorithms","owner":"Axect","description":"Implementations of Quantum Algorithms","archived":false,"fork":false,"pushed_at":"2024-06-19T04:45:53.000Z","size":3733,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-12T16:10:14.954Z","etag":null,"topics":["algorithm","cirq","pennylane","python","qip","qiskit","quantum-computing","rust"],"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/Axect.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":"2023-12-05T00:22:13.000Z","updated_at":"2025-03-16T16:04:34.000Z","dependencies_parsed_at":"2023-12-11T09:30:46.580Z","dependency_job_id":"543ce2e1-4c28-4b82-abea-7df35db161ff","html_url":"https://github.com/Axect/QuantumAlgorithms","commit_stats":null,"previous_names":["axect/qip_tutorial","axect/quantumalgorithms"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Axect%2FQuantumAlgorithms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Axect%2FQuantumAlgorithms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Axect%2FQuantumAlgorithms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Axect%2FQuantumAlgorithms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Axect","download_url":"https://codeload.github.com/Axect/QuantumAlgorithms/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248717240,"owners_count":21150387,"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":["algorithm","cirq","pennylane","python","qip","qiskit","quantum-computing","rust"],"created_at":"2024-10-14T21:45:27.239Z","updated_at":"2025-04-13T12:44:07.266Z","avatar_url":"https://github.com/Axect.png","language":"Jupyter Notebook","readme":"# Quantum Algorithms\n\nVarious quantum algorithms implemented in [Pennylane](https://pennylane.ai/), [RustQIP](https://github.com/Renmusxd/RustQIP), [Qiskit](https://qiskit.org/) and [Cirq](https://quantumai.google/cirq).\n\n## Implemented Algorithms\n\n- If you want to see each examples then click the check mark in the table below.\n\n- If you want to see explanation of each algorithms then click the pennylane link in the table below.\n\n|             Topic             |                         Pennylane                         |                        RustQIP                        |                              Qiskit                              |                              Cirq                              |\n|:-----------------------------:|:---------------------------------------------------------:|:-----------------------------------------------------:|:----------------------------------------------------------------:|:--------------------------------------------------------------:|\n|           SWAP Test           |     [:heavy_check_mark:](./notebook/swap_test.ipynb)      |     [:heavy_check_mark:](./src/bin/swap_test.rs)      |     [:heavy_check_mark:](./notebook_qiskit/swap_test.ipynb)      |     [:heavy_check_mark:](./notebook_cirq/swap_test.ipynb)      |\n|         Hadamard Test         |   [:heavy_check_mark:](./notebook/hadamard_test.ipynb)    |                          :x:                          |                               :x:                                |                              :x:                               |\n|       Superdense Coding       |     [:heavy_check_mark:](./notebook/superdense.ipynb)     |     [:heavy_check_mark:](./src/bin/superdense.rs)     |     [:heavy_check_mark:](./notebook_qiskit/superdense.ipynb)     |     [:heavy_check_mark:](./notebook_cirq/superdense.ipynb)     |\n|     Quantum Teleportation     |      [:heavy_check_mark:](./notebook/teleport.ipynb)      |      [:heavy_check_mark:](./src/bin/teleport.rs)      |                               :x:                                |                              :x:                               |\n|       Deutsch Algorithm       |      [:heavy_check_mark:](./notebook/deutsch.ipynb)       |      [:heavy_check_mark:](./src/bin/deutsch.rs)       |                               :x:                                |                              :x:                               |\n|    Deutsch-Jozsa Algorithm    |   [:heavy_check_mark:](./notebook/deutsch_jozsa.ipynb)    |   [:heavy_check_mark:](./src/bin/deutsch_jozsa.rs)    |   [:heavy_check_mark:](./notebook_qiskit/deutsch_jozsa.ipynb)    |   [:heavy_check_mark:](./notebook_cirq/deutsch_jozsa.ipynb)    |\n| Bernstein-Vazirani Algorithm  | [:heavy_check_mark:](./notebook/bernstein_vazirani.ipynb) | [:heavy_check_mark:](./src/bin/bernstein_vazirani.rs) | [:heavy_check_mark:](./notebook_qiskit/bernstein_vazirani.ipynb) | [:heavy_check_mark:](./notebook_cirq/bernstein_vazirani.ipynb) |\n|       Simon's Algorithm       |       [:heavy_check_mark:](./notebook/simon.ipynb)        |                          :x:                          |                               :x:                                |                              :x:                               |\n|   Quantum Fourier Transform   |        [:heavy_check_mark:](./notebook/qft.ipynb)         |                          :x:                          |                               :x:                                |                              :x:                               |\n|   Quantum Phase Estimation    |        [:heavy_check_mark:](./notebook/qpe.ipynb)         |                          :x:                          |                               :x:                                |                              :x:                               |\n| Quantum Matrix Multiplication |        [:heavy_check_mark:](./notebook/qmm.ipynb)         |                          :x:                          |                               :x:                                |                              :x:                               |\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxect%2Fquantumalgorithms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxect%2Fquantumalgorithms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxect%2Fquantumalgorithms/lists"}