An open API service indexing awesome lists of open source software.

https://github.com/colescott/quantum-interpreter

A QUIL interpreter written in Haskell
https://github.com/colescott/quantum-interpreter

haskell quantum-computing

Last synced: 3 months ago
JSON representation

A QUIL interpreter written in Haskell

Awesome Lists containing this project

README

          

# quantum-interpreter

quantum-interpreter is a quantum computer simulator/quil interpreter. It is
written in haskell using parsec for parsing.

## Building
To build, run `stack build` and to install run `stack install`.

## Usage
To run a file called "in.quil" with 2 qubits, run `quantum-interpreter -i in.quil -q 2`

Help can be found with `quantum-interpreter --help`