Random Objects

These functions generate random instances of certain quantum objects.

OperatorMonotoneCorrelationTools.randomquantumchannelFunction
randomquantumchannel(dA,dB)

Returns the Choi state of a randomquantum channel by drawing $\rho_{AB}$ according to the Hilbert-Schmidt measure and then returning $\rho_{A}^{-1/2}\rho_{AB}\rho_{A}^{-1/2}$. If re is set to true, it generates the quantum channel from a quantum state with real values.

source