Skip to content

Instantly share code, notes, and snippets.

@pdc-quantum
Last active January 11, 2022 14:46
Show Gist options
  • Save pdc-quantum/56a92bf67bbbe70e30022ae7581cf4e0 to your computer and use it in GitHub Desktop.
Save pdc-quantum/56a92bf67bbbe70e30022ae7581cf4e0 to your computer and use it in GitHub Desktop.
Bayesian vs Frequentist Statistical Model for Randomized Benchmarking
with h_model:
GSP = pi[0] * ( x[1] * pi[1] ** x[0] + \
x[2] * (pi[1] * pi[2] ) ** x[0] ) + pi[3]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment