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

Implement Shor's Algorithm with Quantum Circuit Simulation #3

Open
virtualzx-nad opened this issue Mar 1, 2025 · 0 comments
Open
Labels
advanced enhancement New feature or request

Comments

@virtualzx-nad
Copy link

Original issue related to PR TheAlgorithms#12545

Implement a classical simulation of Shor's quantum factoring algorithm. This should include:

  1. Quantum circuit simulation
  2. Period finding implementation
  3. Classical post-processing
  4. Comprehensive documentation explaining the algorithm
  5. Test cases with known factorizations

This is an advanced task that requires understanding of:

  • Quantum computing concepts
  • Number theory
  • Python's numerical computing capabilities

The implementation should be educational and well-documented to serve as a reference.

@virtualzx-nad virtualzx-nad added enhancement New feature or request advanced labels Mar 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
advanced enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant