Skip to content

Instantly share code, notes, and snippets.

@pdc-quantum
Last active January 11, 2022 14:45
Show Gist options
  • Save pdc-quantum/96cbe37efe25703840ff4fff5970105f to your computer and use it in GitHub Desktop.
Save pdc-quantum/96cbe37efe25703840ff4fff5970105f to your computer and use it in GitHub Desktop.
Bayesian vs Frequentist Statistical Model for Randomized Benchmarking
with h_model:
p = pm.Binomial("Counts", p = theta, observed = counts, n = shots)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment