Skip to content

robotastray/yquantum-25-bq

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlueQubit Challenge by PeaQPerf0rmance

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.

Getting Started

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.

About

Solving Peaked Quantum Circuits

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • OpenQASM 99.5%
  • Other 0.5%