Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jobinrjohnson/QSim

An ideal, multi-qubit, Universal Gate Quantum computing Simulator written in C/C++
https://github.com/jobinrjohnson/QSim

cmake cpp python3 quantum-computing simulator universal-gate-computing

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# QSim

![Travis CI STatus](https://travis-ci.org/jobinrjohnson/QSim.svg?branch=master)

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

#### Prerequisites

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

#### Build

```shell
mkdir build
cd build
cmake ../
make
```

#### Run
```shell
python main.py
```

Browse to [http://localhost:8090](http://localhost:8090 "http://localhost:8090") on your web browser.