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
- Host: GitHub
- URL: https://github.com/colescott/quantum-interpreter
- Owner: colescott
- License: bsd-3-clause
- Created: 2019-08-01T18:39:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-07T23:17:31.000Z (over 6 years ago)
- Last Synced: 2025-01-31T23:23:52.588Z (12 months ago)
- Topics: haskell, quantum-computing
- Language: Haskell
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`