forked from unitaryfund/mitiq
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds new Bayesian Inference based factory, BayesFactory (unitaryfund#471
) * Adds BayesFactory Adds a new factory based that uses Bayesian inference to extrapolate to the zero-noise-limit. * Adds tests and fixes docstring * Lint * Fix BayesFactory test * Update BayesFactory and CHANGELOG.md * Change target_accept * Lint * Rename to ExpBayesFactory and update docstrings * Minor fixes * Remove docstring in reduce * Clarify noise parameter and fix conflicts * Update Bayesian Model Bayesian estimate of the zero-noise limit * Update requirements.txt * format style with black * Update requirements.txt * Update test_inference.py * Update inference.py * Lint * Attemping to fix some of the CI errors * flake and black should work now? * Fixing sphinx error with blank lines Co-authored-by: Nathan Shammah <[email protected]> Co-authored-by: Sarah Kaiser <[email protected]>
- Loading branch information
1 parent
e4ffd90
commit e8a857a
Showing
4 changed files
with
172 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
numpy~=1.20.1 | ||
scipy~=1.4.1 | ||
cirq~=0.10.0 | ||
pymc3~=3.11.2 |