A working progress of quantum computer simulation in CLI. Originally for homework 0 in class Undergraduate Quantum Computation 15-259.
Steps:
- download this repository
- install golang (tested for 1.19)
- do
go build
will build for current platform and architecture (or run./build.sh
to build for all platforms)
You can download the binaries in release and run it.
v0.0.1 - First release for homework 0