Skip to content

colescott/quantum-interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A QUIL interpreter written in Haskell

Topics

Resources

License

Stars

Watchers

Forks