teeler / goqu

Goqu is a quantum computing simulation library for the Go programming language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

== INSTALLATION ==

make && make install

== EXAMPLES ==

make all-examples
examples/deutsch/deutsch
examples/deutsch-jozsa/deutsch-jozsa
examples/grover/grover
examples/random/random
examples/shor/shor # doesn't work yet
examples/simon/simon

About

Goqu is a quantum computing simulation library for the Go programming language.

License:Apache License 2.0


Languages

Language:Go 81.9%Language:Makefile 18.1%