1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Name: QIO
Version: 1.0
Cabal-Version: >= 1.2
License: BSD3
License-File: LICENSE
Author: Alexander S. Green
Homepage: http://www.cs.nott.ac.uk/~asg/QIO/
Category: Quantum
Synopsis: The Quantum IO Monad is a library for defining quantum computations in Haskell
Build-Type: Simple
Library
Build-Depends:
base >= 4 && < 5, containers, haskell98, mtl, random, old-time
Exposed-modules:
QIO.Heap, QIO.QArith, QIO.QExamples, QIO.QIORandom, QIO.Qdata, QIO.Qft,
QIO.Qio, QIO.QioClass, QIO.QioSyn, QIO.Shor, QIO.Vec, QIO.VecEq
|