Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.84 KB

README.md

File metadata and controls

19 lines (14 loc) · 1.84 KB

IBM-Quantum-Challenge-2023

This repository includes my solutions to IBM's 2023 quantum challenge, which focused on dynamic circuits. Such technique allows classical processing during the runtime of the circuit, which makes it easier to run more advanced quantum algorithms.

The event featured 5 Labs, each with exercises and tutorial content to get one started using Dynamic Circuits. Participants were also able to run circuits on a 127-qubit IBM Quantum Eagle processor. Although access to this processor is probably over now, one can still run the circuits on a simulator using IBM Quantum Lab or get limited free access to real hardware through cloud services such as Amazon Braket and Microsoft's quantum azure

The five labs include:
Lab 1: Intro to Dynamic Circuits
Lab 2: Quantum Teleportation
Lab 3: Iterative Phase Estimation
Lab 4: Quantum Error Correction
Lab 5: Using a 127-qubit System

The solutions are listed below:\

Lab 1 Solution
Lab 2 Solution
Lab 3 Solution
Lab 4 Solution