hqcsim: A library for simulating quantum circuits.

[ algorithms, bsd3, library, program ] [ Propose Tags ]

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/


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0
Change log CHANGELOG.md
Dependencies base (>=4.17.2.1 && <4.18), hmatrix, hqcsim, random [details]
License BSD-3-Clause
Copyright 2024 Sebastian Mihai Ardelean
Author Sebastian Mihai Ardelean
Maintainer ardeleanasm@gmail.com
Category Algorithms
Home page https://github.com/sebastianardelean/hqcsim#readme
Source repo head: git clone https://github.com/sebastianardelean/hqcsim
Uploaded by 23ars at 2024-08-15T14:18:11Z
Distributions
Executables hqcsim-exe
Downloads 15 total (3 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for hqcsim-0.1.0.0

[back to package description]

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