Benchmarking with syndrome measurement results #40
quantumjim
started this conversation in
Requirement
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Problem: Given a set of syndrome measurement results, extract information about noise.
Even if we run a code without any loigical operations, the syndrome measurements will gather information required to detect and correct errors. This information can be analysed to determine any weak points in the way the code runs on real hardware. There should be standardized methods to analyze this data.
An existing example is the
get_error_probs
method fortopological_codes
.Beta Was this translation helpful? Give feedback.
All reactions