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
The two main proofs in examples/shor/Main.v are currently end_to_end_shors_correct which says that end_to_end_shors returns a factor (or nothing) and end_to_end_shors_fails_with_low_probability which says that it returns a factor with probability poly-log in the input N. We should also add a lemma end_to_end_shors_resource_bound about the number of gates it requires, per the proofs in examples/shor/ResourceShor.v.
The text was updated successfully, but these errors were encountered:
The two main proofs in examples/shor/Main.v are currently
end_to_end_shors_correct
which says that end_to_end_shors returns a factor (or nothing) andend_to_end_shors_fails_with_low_probability
which says that it returns a factor with probability poly-log in the input N. We should also add a lemmaend_to_end_shors_resource_bound
about the number of gates it requires, per the proofs in examples/shor/ResourceShor.v.The text was updated successfully, but these errors were encountered: