Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months ago
JSON representation
An ideal, multi-qubit, Universal Gate Quantum computing Simulator written in C/C++
- Host: GitHub
- URL: https://github.com/jobinrjohnson/QSim
- Owner: jobinrjohnson
- License: apache-2.0
- Created: 2019-01-27T05:09:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-14T15:36:31.000Z (over 5 years ago)
- Last Synced: 2024-08-04T01:05:01.052Z (6 months ago)
- Topics: cmake, cpp, python3, quantum-computing, simulator, universal-gate-computing
- Language: C++
- Homepage: https://qsim.herokuapp.com
- Size: 2.07 MB
- Stars: 5
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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.