qchas: A library for implementing Quantum Algorithms

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

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, linear, qchas, random [details]
License BSD-3-Clause
Copyright 2018 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 2018-03-03T21:43:27Z
Distributions LTSHaskell:1.1.0.1, NixOS:1.1.0.1, Stackage:1.1.0.1
Executables qchas-exe
Downloads 2418 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 2018-03-03 [all 1 reports]

Readme for qchas-1.1.0.0

[back to package description]

qchas

Build Status Hackage Hackage Dependencies Stackage LTS Stackage Nightly Join Chat

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