built in operator: absolute-noise

    description:
        absolute-noise[t] sp
        add noise to each ket in the superposition in range [0, t]

    examples:
        absolute-noise[100] split |a b c d e f>
            68.97|a> + 99.854|b> + 28.219|c> + 76.727|d> + 53.644|e> + 12.271|f>

        bar-chart[50] absolute-noise[100] split |a b c d e f>
            ----------
            a : ||||||||||||||||||||||
            b : ||||||||||||||||||||||||||||||||||||||||||||||
            c : ||||||||||||||||
            d : ||||||||||||||||||||||||||||||||||||||||||||||||||
            e : |||||||||||||||||||||||||||||||||||||||||||||||||
            f : ||||||||||||||||||||||||||||||||||||
            ----------
        
    see also:
        relative-noise

Home