kazawai / shor_qiskit

Very simple shor's algorithm simulated in Qiskit version 1.0.x
Apache License 2.0
3 stars 1 forks source link

Shor's algorithm functional implementation. Fixes issue #2 (improvements can still be made) #4

Closed kazawai closed 8 months ago

kazawai commented 8 months ago

Following Qiskit's Jupyter notebook and past implementation, the algorithm should be functional and ready to use. However, some optimization could certainly be made and will be my main focus afterwards. This however breaks the rsa_compare.py file since the number of qubits and resources are limited. In addition to that, this hasn't been tested outside of classical simulation using Aer_simulator(). Future focus will aim on testing this code with real hardware after making sure of the code robustness.