bluez-sh / qubit-simulation

Simulation of Quantum Bits and Quantum Circuits using modern C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

qubit-simulation

Simulation of Quantum Bits and Quantum Circuits using modern C++

Instructions

To build: mkdir build && cd build && cmake .. && make
To run: ./build/<example_executable_name>
Run tests: cd build && make test

About

Simulation of Quantum Bits and Quantum Circuits using modern C++


Languages

Language:C++ 99.8%Language:CMake 0.2%