...

/

Coding Shor's Algorithm

Coding Shor's Algorithm

Let’s discuss the code for Shor's Algorithm and use it to factor the number 15.

We'll cover the following...

Qiskit

This is Qiskit's code for Shor’s Algorithm. In this example, we factorize N=15N=15 with k=8k=8 counting qubits. Remember that we need roughly 2n ...