Skip to content

Instantly share code, notes, and snippets.

@pdc-quantum
Last active January 11, 2022 14:44
Show Gist options
  • Save pdc-quantum/fc99d98a0ba130ad1adfb2b3b41f73b6 to your computer and use it in GitHub Desktop.
Save pdc-quantum/fc99d98a0ba130ad1adfb2b3b41f73b6 to your computer and use it in GitHub Desktop.
Bayesian vs Frequentist Statistical Model for Randomized Benchmarking
with h_model:
trace_h_model = pm.sample(draws = 2000, tune = 500, target_accept = .95,
return_inferencedata = True, chains = 4)
az.plot_trace(trace_h_model);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment