QuantumInfo.ClassicalInfo.Channel
2 declarations
definition
Transition probability distribution of a discrete memoryless channel on sequences of length
#on_finGiven a discrete memoryless channel with input alphabet and output alphabet , and an input sequence (modeled as a function ), the function returns the probability distribution over the output sequences (functions ). The probability of receiving a specific output sequence given is defined as the product of the transition probabilities for each character: where is the probability provided by the channel for output given input .
definition
Application of a DMChannel to a list of inputs
#on_listGiven a discrete memoryless channel with input alphabet and output alphabet , and a list of inputs of length , this function defines a probability distribution over the sequences of outputs . The distribution is obtained by applying the channel independently to each element in the list.
