Description Usage Arguments Value
View source: R/Unitary_Gates.R
The quantum Fourier transform. Transforms a qubit register from the computational basis to the frequency basis. The inverse quantum Fourier transform is 'cirq.QFT(*qubits)**-1' or equivalently 'cirq.inverse(cirq.QFT(*qubits))'.
1 |
qubits |
– The qubits to apply the QFT to. |
without_reverse |
When set, swap gates at the end of the QFT are omitted. This reverses the qubit order relative to the standard QFT effect, but makes the gate cheaper to apply. |
inverse |
If set, the inverse QFT is performed instead of the QFT. Equivalent to calling cirq.inverse on the result, or raising it to the -1. |
A cirq.Operation applying the QFT to the given qubits.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.