Skip to content
/ qnex Public

Quantum Noise Explorer, an intuitive platform for analysing noise in quantum circuits

Notifications You must be signed in to change notification settings

Typiqally/qnex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QNEX

Quantum computing offers the potential to solve problems beyond the capabilities of classical systems. However, the presence of quantum noise stemming from environmental factors, hardware imperfections, and decoherence remains a significant challenge to the reliability and performance of quantum systems. Despite advancements like Microsoft's improvements in logical error rates, quantum noise continues to hinder progress.

This paper introduces QNEX, an interactive quantum noise visualization dashboard designed to help students, educators, and researchers better understand quantum noise. QNEX enables users to configure noise parameters and observe their effects in real-time.

Getting Started

Follow these steps to set up and run the project locally.

Prerequisites

Ensure you have the following installed:

  • Python (>= 3.11)
  • Poetry (>= 2.0)

Installation

  1. Clone the repository:

    git clone https://github.com/Typiqally/qnex.git
    cd qnex
  2. Install project dependencies using Poetry:

    poetry install
  3. (Optional) If you wish to activate the virtual environment, use:

    poetry shell

Running the Application

  1. Start the Dash application:

    poetry run python qnex/dashboard/app.py
  2. Open your browser and navigate to:

    http://127.0.0.1:8050
    

About

Quantum Noise Explorer, an intuitive platform for analysing noise in quantum circuits

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published