QIO-1.0: The Quantum IO Monad is a library for defining quantum computations in HaskellSource codeContentsIndex
QIO.Heap
Documentation
class Eq h => Heap h whereSource
Methods
initial :: hSource
update :: h -> Qbit -> Bool -> hSource
(?) :: h -> Qbit -> Maybe BoolSource
forget :: h -> Qbit -> hSource
hswap :: h -> Qbit -> Qbit -> hSource
type HeapMap = Map Qbit BoolSource
Produced by Haddock version 2.6.1