Search⌘ K

Coding Shor's Algorithm

Explore coding Shor's Algorithm using Qiskit and Cirq to factor numbers efficiently with quantum computing. Understand the role of quantum Fourier transform and implementation challenges, gain practical knowledge on quantum circuits, and recognize hardware constraints affecting larger computations.

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 ...