qsharp-community / qsharp-community.github.io

Website for the Q# Community
https://qsharp.community
MIT License
17 stars 9 forks source link

Quantum Fourier Transform #24

Open ShaunJW360 opened 4 years ago

ShaunJW360 commented 4 years ago

Request for repository for Implementation of a circuit to simulate a Quantum Fourier Transform (QFT) for:

-Deutsch–Jozsa algorithm. -Two-dimensional Integrodifferential equation f(t), and into a frequency domain f(w).

crazy4pi314 commented 3 years ago

Hi! sorry I am very delayed on this, my github notifications got way out of hand. Here is DeutschJozsa. I am not entirely sure what it means to take a QFT of Deutsch-Jozsa, or do you mean Deutsch-Jozsa using QFT?

For general usage of QFT you can just use the library function ApplyQuantumFourierTransform, see an example here and the source here