Assignment
Assignment 3: QFT
Completion requirements
Opened: Thursday, 8 June 2023, 12:00 AM
Due: Thursday, 15 June 2023, 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
.