qchas

A library for implementing Quantum Algorithms

https://github.com/ardeleanasm/qchas#readme

Version on this page:1.0.1.0
LTS Haskell 22.14:1.1.0.1
Stackage Nightly 2024-03-28:1.1.0.1
Latest on Hackage:1.1.0.1

See all snapshots qchas appears in

BSD-3-Clause licensed by Mihai Sebastian Ardelean
Maintained by [email protected]
This version can be pinned in stack with:qchas-1.0.1.0@sha256:40bd4897354f52f1d73ffd5fee9ca9c343eaffe58459e76a0d18a15f2e25c04f,1890

Module documentation for 1.0.1.0

Depends on 3 packages(full list with versions):

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

Changes

Change Log

1.0.1.0 (2017-08-08)

Full Changelog

Implemented enhancements:

  • Implement new operators #35
  • Move utils function to Gates and Qubits #34
  • Prepare new release with minor version increased #28
  • Measure module #25
  • Define <+> operator #23
  • Implement examples #22

Closed issues:

  • Implement identity Gate #31
  • Update README badges #21

Merged pull requests:

* This Change Log was automatically generated by github_changelog_generator