{"id":19675242,"url":"https://github.com/denpalrius/grovers-algorithm","last_synced_at":"2026-06-11T08:31:42.464Z","repository":{"id":243580590,"uuid":"812805036","full_name":"denpalrius/grovers-algorithm","owner":"denpalrius","description":"Implementation of Grover's algorithm using 2 and 3 qubit systems","archived":false,"fork":false,"pushed_at":"2025-01-03T21:19:07.000Z","size":1366,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-27T05:46:50.495Z","etag":null,"topics":["grovers-algorithm","quantum-computing","searching-algorithms"],"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/denpalrius.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-06-09T23:21:42.000Z","updated_at":"2025-02-20T05:45:12.000Z","dependencies_parsed_at":"2024-11-11T17:23:46.205Z","dependency_job_id":"05cbd276-eb68-473b-ac2e-d160dd83f54e","html_url":"https://github.com/denpalrius/grovers-algorithm","commit_stats":null,"previous_names":["denpalrius/grovers-algorithm"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/denpalrius/grovers-algorithm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denpalrius%2Fgrovers-algorithm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denpalrius%2Fgrovers-algorithm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denpalrius%2Fgrovers-algorithm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denpalrius%2Fgrovers-algorithm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denpalrius","download_url":"https://codeload.github.com/denpalrius/grovers-algorithm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denpalrius%2Fgrovers-algorithm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34190583,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["grovers-algorithm","quantum-computing","searching-algorithms"],"created_at":"2024-11-11T17:22:20.204Z","updated_at":"2026-06-11T08:31:42.439Z","avatar_url":"https://github.com/denpalrius.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Implementation of Grover's algorithm using 2 and 3 qubit systems\n\nGrover’s algorithm is a quantum algorithm that solves the unstructured search problem. In an unstructured search problem, we are given a set of N elements and we want to find a single marked element. A classical computer would need to search through all N elements in order to find the marked element, which would take time O(N). Grover’s algorithm, on the other hand, can find the marked element in time  O(√ N).\n\n## Two Qubit Circuit design\n\n![alt text](images/2-qubit-circuit.png)\n\n\n## Three Qubit Circuit design\n\n![alt text](images/3-qubit-circuit.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenpalrius%2Fgrovers-algorithm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdenpalrius%2Fgrovers-algorithm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenpalrius%2Fgrovers-algorithm/lists"}