Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 474 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 474 Bytes

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.