HABQT-0.1.0.0: Hierarchical adaptive Bayesian quantum tomography for quantum bits

Safe HaskellNone
LanguageHaskell2010

HABQTlib.RandomStates

Description

Generation of random pure (from Haar measure) and mixed states (from measure induced by partial tracing of purified states).

Synopsis

Documentation

genPureSV :: Dim -> IO PureStateVector Source #

Generate a random pure state from Hilbert space of given dimension.

genDM :: Dim -> Rank -> IO DensityMatrix Source #

Generate a random mixed state of specified rank.