Description
A library for simulating quantum circuits.
Description
A library used for simulating quantum circuits, based on the "A tutorial quantum interpreter in 150 lines of Lisp" from https://www.stylewarning.com/posts/quantum-interpreter/
README.md
hqcsim
Getting started
To get started with the library, clone the repo and then install Haskell Stack.
Next, build the project:
$ cabal build
Documentation can be generated by running the next command:
$ cabal haddock