Beispiel #1
0
def p6n(qubit_error_p, stab_error_p):
    return cc.noisy_prob(a6, 6, qubit_error_p, stab_error_p)
Beispiel #2
0
def p4n(qubit_error_p, stab_error_p):
    return cc.noisy_prob(a4, 4, qubit_error_p, stab_error_p)
Beispiel #3
0
def p2n(qubit_error_p, stab_error_p):
    return cc.noisy_prob(a2, 2, qubit_error_p, stab_error_p)
def p6n(qubit_error_p, stab_error_p):
    return cc.noisy_prob(a6, 6, qubit_error_p, stab_error_p)
def p4n(qubit_error_p, stab_error_p):
    return cc.noisy_prob(a4, 4, qubit_error_p, stab_error_p)
def p2n(qubit_error_p, stab_error_p):
    return cc.noisy_prob(a2, 2, qubit_error_p, stab_error_p)