qchas: A library for implementing Quantum Algorithms

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:

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


[Skip to Readme]

Properties

Versions 1.0.0, 1.0.1.0, 1.0.1.0, 1.1.0.0, 1.1.0.1
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:56:50Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


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