A React app that simulates quantum circuits and displays results on a dashboard

Quantum Circuit Simulator

A web application that allows the user to graphically build quantum circuits and view the results on a dashboard. This project combines React, TypeScript frontend with a Flask, Python backend using Qiskit library to perform quantum operations.

Installation

Clone the master branch and then run the following scripts in the project directory:

  • npm install - to install relevant dependencies

  • npm start - start the react app

Built With