From a7affae4f85bf1bc219a81bc8a4a4a6c93a47bf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20M=C3=BCssig?= Date: Fri, 28 May 2021 14:10:48 +0200 Subject: [PATCH] Create README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..879e84b --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# rsaQuantaCrack +Demonstrator for Shor factorization of 15 + +This program was create for the lecture QC for MINT (STEM) at TU Dresden. The quantum code itself was copied from https://qiskit.org/textbook/ch-algorithms/shor.html + +However, a user experience for demonstration purposes was added as you can see in the following picture. + +![](./screenshot.jpg) + +This application can be converted to an *.exe file using auto-py-to-exe (included in the requirements). When using this compiler, please make sure to add under `Advanced > Other` `--collect-submodules sklearn` and `--collect-data qiskit`.