dlyongemallo / goqu

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecation notice

This project has been abandoned. For a more up-to-date quantum simulator in Go, see the q project.

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 90.9%Language:Makefile 9.1%