Devoir
Assignment 3: QFT
Conditions d'achèvement
Ouvert le : jeudi 8 juin 2023, 00:00
À rendre : jeudi 15 juin 2023, 00:00
- 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
.