Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 761 Bytes

Lab2.md

File metadata and controls

9 lines (6 loc) · 761 Bytes


Return to Index

Quantum Computation Lab #2 - Deutsch-Jozsa Algorithm [WIP]

In this lab we're doing the first quantum algorithm: Deutsch-Jozsa. This is covered in sections 8.4 and 8.5 of the book.

Here's how IBM does it and here's another decent discussion.

The trickiest part of this is setting up "the oracle". For this project, set up three different versions of the D-J algorithm, starting with just two qubits (section 8.4) before doing two multi-qubit versions (8.5).