You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project aims to implement quantum algorithms for efficiently identifying prime numbers by leveraging Grover's search and quantum order-finding techniques. The implementation is inspired by recent research on quantum computation of prime number functions and primality testing, including:
"Quantum Computation of Prime Number Functions" (Latorre & Sierra) – arXiv:1302.6245
"A Quantum Primality Test with Order Finding" (Donis-Vela & García-Escartín) – arXiv:1711.02616
"Using Quantum Computers to Identify Prime Numbers via Entanglement Dynamics" (dos Santos & Maziero) – arXiv:2403.14703
The goal is to explore quantum-enhanced methods for prime number search and verification while comparing their performance with classical approaches.
Scientific Background
Prime number identification is crucial in cryptography, number theory, and computational complexity. Classical methods, such as the AKS primality test or Miller-Rabin test, are efficient but can still be improved for large numbers.
Quantum computing introduces speedups through algorithms like:
Grover’s Algorithm for Unstructured Search – Can be used to amplify the probability of finding primes in a given range.
Quantum Order Finding (Shor's Algorithm Variant) – Helps in identifying primes by checking modular properties of numbers.
Quantum Counting Algorithms (Amplitude Estimation) – Estimates the distribution of prime numbers in a given range.
By implementing these quantum methods, we can explore their computational advantages over classical algorithms.
Implementation Scope
Core Algorithm Implementations
Quantum Prime Number Search using Grover's search.
Please note that we accept high-quality implementations to our repository and will be glad to accept a contribution that meets our standards.
Feel free to reach out to the community for any questions!
Project Overview
This project aims to implement quantum algorithms for efficiently identifying prime numbers by leveraging Grover's search and quantum order-finding techniques. The implementation is inspired by recent research on quantum computation of prime number functions and primality testing, including:
The goal is to explore quantum-enhanced methods for prime number search and verification while comparing their performance with classical approaches.
Scientific Background
Prime number identification is crucial in cryptography, number theory, and computational complexity. Classical methods, such as the AKS primality test or Miller-Rabin test, are efficient but can still be improved for large numbers.
Quantum computing introduces speedups through algorithms like:
By implementing these quantum methods, we can explore their computational advantages over classical algorithms.
Implementation Scope
Core Algorithm Implementations
Quantum Circuit Components
Performance Analysis & Comparison
Expected Outcomes
Why This Project Matters
The text was updated successfully, but these errors were encountered: