agel1 / 2024_iQuHACK_Moodys

Moody's Analytics iQuHACK 2024 In-person Challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iQuHACK 2024 - Moody's Challenge

Here you will learn the details that are needed in order to access and operate resources for this challenge. See moodys_challenge to read the challenge. Make sure to first read the instructions below.

Working on qBraid

While simulations and emulations of your program can be done locally on your computer, the Moody's challenge will require access to qBraid for quantum hardware and accelerated GPUs.

So here are some guidelines:

  1. To launch these materials on qBraid, first fork this repository and click the above Launch on qBraid button. It will take you to your qBraid Lab with the repository cloned.
  2. Once cloned, open terminal (first icon in the Other column in Launcher) and cd into this repo. Set the repo's remote origin using the git clone url you copied in Step 1, and then create a new branch for your team:
cd  2024_Moodys
git remote set-url origin <url>
git branch <team_name>
git checkout <team_name>
  1. Use the environment manager (ENVS tab in the right sidebar) to install environment "Moody's". The installation should take ~2 min.
  2. Once the installation is complete, click Activate to add a new ipykernel for "Moody's".
  3. From the FILES tab in the left sidebar, double-click on the 2024_Moodys directory.
  4. You are now ready to begin hacking, submitting jobs, and using GPUs! Work with your team to complete the challenge listed above.

Please note, you will be provisioned credits before the hackathon for GPUs and QPUs. Strategize carefully and conduct back of the envelope estimates for your experiments before running

For other questions or additional help using qBraid, see Lab User Guide, or reach out on the IQuHack qBraid Slack Channel.

Before submission

Make sure that you devote some time to prepare a brief presentation (5-10 mins) showing your work. This presentation will be presented on Sunday.

About

Moody's Analytics iQuHACK 2024 In-person Challenge


Languages

Language:Jupyter Notebook 100.0%