We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1f7844 commit b3f622bCopy full SHA for b3f622b
05_Quantum_Fourier_Transform.py
@@ -7,6 +7,8 @@
7
transform over the amplitudes of a wave function. It is part of many quantum algorithms,
8
most notably Shor's factoring algorithm and quantum phase estimation.
9
10
+ Resource: https://quantum-computing.ibm.com/support/guides/quantum-algorithms-with-qiskit?page=5cbc5e2d74a4010049e1a2b0#qiskit-implementation
11
+
12
'''
13
import math
14
0 commit comments