QIO-1.0: The Quantum IO Monad is a library for defining quantum computations in Haskell
QIO.Qft
qft :: [Qbit] -> USource
qftAcu :: [Qbit] -> [Bool] -> [Bool] -> USource
qftBase :: [Bool] -> Qbit -> USource
testCond :: [Qbit] -> USource
testCondOk :: [Qbit] -> USource
rotK :: Int -> Qbit -> USource
tryQft :: Int -> QIO IntSource
tC :: (Qbit, Qbit) -> USource
tC' :: (Qbit, Qbit) -> (Bool, Bool) -> USource
testTC :: QIO (Bool, Bool)Source