Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementation of Grover's search algorithm #144

Merged
merged 3 commits into from
Jun 13, 2023

Conversation

Gopal-Dahale
Copy link
Contributor

@Gopal-Dahale Gopal-Dahale commented Jun 5, 2023

Purpose

Added support for Grover's search algorithm.

Details

Implemented the Grover's search algorithm in torchquantum.algoirithms. Added example code to solve 2x2 sudoku using the same in the examples directory. Resolves #136.

@Hanrui-Wang Hanrui-Wang changed the base branch from main to unitary_hack June 13, 2023 13:10
@Hanrui-Wang Hanrui-Wang merged commit 475a89d into mit-han-lab:unitary_hack Jun 13, 2023
@Hanrui-Wang
Copy link
Collaborator

Thank you @Gopal-Dahale for the contributions!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add support for more quantum algorithms
2 participants