Quantum Emulator

A quantum emulator is a piece of software which emulates the function of a quantum computer, using a normal (traditional) computer.

This specific emulator is written in C++ and aims to simulate a small number of qubits while providing an understandable user interface, to serve as an educational tool, and to be (reasonably) optimized.

I wrote the emulator in C++, using WebGPU and GLFW on the backend. It's cross-platform so you can try it on the web or install it natively (I've only built it for Windows so far, but you're more than welcome to build for source for Linux/ macOS...)