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