Assignment
Quantum Fourier Transform
Completion requirements
Opened: Thursday, 28 July 2022, 12:00 AM
Due: Friday, 5 August 2022, 12:00 AM
- Implement the two-qubit QFT using a combination of gates (without using qml.QubitUnitary).
- Implement the n-qubit QFT using the circuit that performs the Hadamards and controlled rotations on n qubits using qml.ControlledPhaseShift.