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.
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 usingAer_simulator()
. Future focus will aim on testing this code with real hardware after making sure of the code robustness.