qchas: A library for implementing Quantum Algorithms

[ algorithms, bsd3, library, program ] [ Propose Tags ]
This version is deprecated.

A library useful for implementing Quantum Algorithms. It contains definitions of Quantum Gates, Qubits.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 1.0.0, 1.0.1.0, 1.1.0.0, 1.1.0.1 (info)
Change log CHANGELOG.md
Dependencies base (>=4.7 && <5), hmatrix, random [details]
License BSD-3-Clause
Copyright 2017 Mihai Sebastian Ardelean
Author Mihai Sebastian Ardelean
Maintainer ardeleanasm@gmail.com
Category Algorithms
Home page https://github.com/ardeleanasm/qchas#readme
Source repo head: git clone https://github.com/ardeleanasm/qchas
Uploaded by 23ars at 2017-08-08T10:57:22Z
Distributions LTSHaskell:1.1.0.1, NixOS:1.1.0.1, Stackage:1.1.0.1
Downloads 2412 total (26 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-08-08 [all 1 reports]

Readme for qchas-1.0.1.0

[back to package description]

qchas

Build Status Hackage Hackage Dependencies Stackage LTS Stackage Nightly

Getting started

To get started with the library, clone the repo and then install Haskell Stack.

Next, build the project:

$ stack build

Documentation can be generated by running the next command:

$ stack haddock

Finally, run the test suite to verify that everything is working correctly:

$ stack test

Documentation

Documentation is available at Doc