You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with error_rate=0.01 the results are in test0.json (attached but pulled out this partial data )
"bp_logical_error_rate": 0.04700000000000004,
"error_rate": 0.01,
with error_rate=0.001, (from test1.json) :
"bp_logical_error_rate": 0.21399999999999997,
"error_rate": 0.001,
This can't be right...you'd expect lower logical error rate with lower phyiscal error rate
The text was updated successfully, but these errors were encountered:
Still trying to duplicate the curves in figure 5 of your paper : https://arxiv.org/abs/2005.07016
test0.json
test1.json
but now I'm seeing something that doesn't make sense : lower physical error rate is producing higher logical error rate :
TestOsd(1,0)
TestOsd(1,1)
with error_rate=0.01 the results are in test0.json (attached but pulled out this partial data )
"bp_logical_error_rate": 0.04700000000000004,
"error_rate": 0.01,
with error_rate=0.001, (from test1.json) :
"bp_logical_error_rate": 0.21399999999999997,
"error_rate": 0.001,
This can't be right...you'd expect lower logical error rate with lower phyiscal error rate
The text was updated successfully, but these errors were encountered: