Given a positive integer and a list of prime numbers, look for the two prime numbers, that sum the positive number.
The solution is coded and explained in the Python notebook task1.ipynb, using Qiskit. The requirements for the notebook are given in the requirements.txt file (pip install -r /path/to/requirements.txt
).
By Miguel Angel Ruiz Ortiz, MSc in Applied Mathematics student @ CIMAT (Center of Research in Mathematics), Mexico.