Exemple #1
0
def p6n2(qubit_error_p, stab_error_p):
    return fcc.noisy_prob(a6, 6, qubit_error_p, stab_error_p, 2)
Exemple #2
0
def p4n(qubit_error_p, stab_error_p):
    return fcc.noisy_prob(a4, 4, qubit_error_p, stab_error_p, 8)
Exemple #3
0
def p2n(qubit_error_p, stab_error_p):
    return fcc.noisy_prob(a2, 2, qubit_error_p, stab_error_p, 2)
Exemple #4
0
def p6n2(qubit_error_p, stab_error_p):
    return fcc.noisy_prob(a6, 6, qubit_error_p, stab_error_p, 2)
Exemple #5
0
def p4n(qubit_error_p, stab_error_p):
    return fcc.noisy_prob(a4, 4, qubit_error_p, stab_error_p, 8)
Exemple #6
0
def p2n(qubit_error_p, stab_error_p):
    return fcc.noisy_prob(a2, 2, qubit_error_p, stab_error_p, 2)