Skip to content

sahilgoyal7214/IBM-Quantum-Challenge-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is my work for the quantum challenge

IBM Quantum Challenge 2024

LicenseLast updated

This year’s challenge starts on 5 June, and is about Qiskit SDK 1.0 and working toward utility-scale quantum experiments.

Registration

Registration is open until the end of the challenge (14 June): https://challenges.quantum.ibm.com/2024

Introduction

Earlier this year, we debuted the first stable release of the Qiskit SDK, the IBM software for programming utility-scale quantum computers. Now, we challenge you to put it to work.

We’re excited to introduce the 2024 IBM Quantum Challenge. This annual coding challenge is an educational event focused on teaching the world how quantum computational scientists use Qiskit. This year’s challenge is about Qiskit 1.0 and working toward utility-scale quantum experiments.

As with previous challenges, the 2024 IBM Quantum Challenge is tailored for anyone to join, regardless of their experience — whether you’re a newcomer or a seasoned veteran, there is something here for you. It consists of a series of Jupyter notebooks that contain tutorial material, code examples, and auto-graded coding challenges. We call each of these notebooks a “lab.” While the first lab can be completed by beginners, the final labs will test your Qiskit knowledge. This is, after all, a challenge!

This year’s challenge will showcase the new features of Qiskit 1.0, while demonstrating the differences from previous versions. We hope it will help you better understand what it means to do utility-scale experiments with Qiskit — those with 100 or more qubits — and practice the steps to get there.

This challenge is also an opportunity to get a sneak peek at some of the new cutting-edge features and developments in the quantum stack. That includes new integrations with AI — the Qiskit code assistant powered by IBM watsonx™.

Challenge content

How to run the notebooks

  1. Clone the repository:

    git clone https://github.com/sahilgoyal7214/IBM-Quantum-Challenge-2024.git
    cd IBM-Quantum-Challenge-2024
    • Create a conda environment:
    conda create --name ibm-quantum-challenge python=3.10
    conda activate ibm-quantum-challenge

    OR

    • Create a venv environment:
        python -m venv .venv
        .venv\Scripts\activate
    
  2. Install the required dependencies:

    pip install -r requirements.txt

Collaborators

Thank you! to everyone who helped make this challenge possible and a great success.

ibm-quantum-challenge24

My work for the IBM Quantum Challenge 2024