QFT: Quantum Fourier Transform

Description Usage Arguments Value References Examples

View source: R/QFT.R

Description

This function performs Quantum Fourier Transform for a given state |y> from the computational basis to the Fourier basis.

Usage

1
QFT(y)

Arguments

y

an integer

Value

A vector representing the Quantum Fourier transformation of the state |y> from the computational basis to the Fourier basis.

References

https://arxiv.org/pdf/quant-ph/0506219.pdf
https://books.google.co.in/books?id=66TgFp2YqrAC&pg=PA25&redir_esc=y
https://en.wikipedia.org/wiki/Quantum_Fourier_transform

Examples

1
2
init()
QFT(5)

QGameTheory documentation built on July 8, 2020, 7:27 p.m.

Related to QFT in QGameTheory...