This repository contains the code developed to solve the BlueQubit Challenge.
The .qasm
files are located in the qasm
folder, and the main challenge-solving code can be found in main.py
while the local packages are in the local src
folder.
To test the code, please install the required libraries by running:
pip install -r /path/to/requirements.txt
Next, fill in the .env file with the required token. This file is automatically loaded when running main.py. Once that is done, execute the following command:
python main.py
Note: The code will save the output to a file for inspection, as well as print it to the terminal.