Skip to content

Commit

Permalink
Merge b9cbc72 into e031750
Browse files Browse the repository at this point in the history
  • Loading branch information
obriente committed Dec 2, 2018
2 parents e031750 + b9cbc72 commit c6c678a
Show file tree
Hide file tree
Showing 9 changed files with 1,832 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/other_projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,6 @@ Ryan Babbush and Garnet Chan.
Sam McArdle, Suguru Endo, Alán Aspuru-Guzik, Simon Benjamin and Xiao Yuan.
[arXiv:1808.10402](https://arxiv.org/abs/1808.10402). 2018.

***Quantum Phase Estimation for Noisy, Smalle-Scale Experiment***.
***Quantum Phase Estimation for Noisy, Small-Scale Experiments***.
Thomas O'Brien, Brian Tarasinski and Barbara Terhal.
[arXiv:1809.09697](https://arxiv.org/abs/1809.09697). 2018.
358 changes: 358 additions & 0 deletions examples/bayesian_estimator_tutorial.ipynb

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions src/openfermion/measurements/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,11 @@

from ._rdm_equality_constraints import (one_body_fermion_constraints,
two_body_fermion_constraints)

from ._bayesian_estimators import (BayesDepolarizingEstimator,
BayesEstimator)

from ._probability_distributions import (FourierProbabilityDist)

from ._data_containers import (QPEExperimentData,
QPERoundData)
515 changes: 515 additions & 0 deletions src/openfermion/measurements/_bayesian_estimators.py

Large diffs are not rendered by default.

0 comments on commit c6c678a

Please sign in to comment.