Skip to content

An ideal, multi-qubit, Universal Gate Quantum computing Simulator written in C/C++

License

Notifications You must be signed in to change notification settings

jobinrjohnson/QSim

Repository files navigation

QSim

Travis CI STatus

A Universal Gate Quantum computing Simulator written in C/C++

Prerequisites

sudo apt install git
sudo apt install cmake
sudo apt-get install gsl-bin libgsl0-dev

Build

mkdir build
cd build
cmake ../
make

Run

python main.py

Browse to http://localhost:8090 on your web browser.