Skip to content

Instantly share code, notes, and snippets.

@pdc-quantum
Last active January 11, 2022 14:45
Show Gist options
  • Save pdc-quantum/bd8b43ac7ef35900c795d1eba77610a0 to your computer and use it in GitHub Desktop.
Save pdc-quantum/bd8b43ac7ef35900c795d1eba77610a0 to your computer and use it in GitHub Desktop.
Bayesian vs Frequentist Statistical Model for Randomized Benchmarking
with h_model:
theta = pm.Beta('θ', mu = GSP, sigma = sigma,
shape = counts.shape[1])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment