Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmpla authored May 28, 2021
1 parent 77d0978 commit a7affae
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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`.

0 comments on commit a7affae

Please sign in to comment.