From 30d41fbd50234119edbbe3eeaaa3c04a14b394a0 Mon Sep 17 00:00:00 2001 From: Joelkurien Date: Tue, 29 Oct 2024 22:43:16 +1100 Subject: [PATCH] Developed the Logical implementation of Shor Algo #12318 --- quantum/shor_algorithm.py | 1 + 1 file changed, 1 insertion(+) diff --git a/quantum/shor_algorithm.py b/quantum/shor_algorithm.py index 28d6d2fd1000..f4085c578c9b 100644 --- a/quantum/shor_algorithm.py +++ b/quantum/shor_algorithm.py @@ -12,6 +12,7 @@ Website referred for shor algorithm: https://www.geeksforgeeks.org/shors-factorization-algorithm/ + """