-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add BaseEstimatorV2 class Taken from 11227, but modified to - remove options from BaseEstimatorV2 - add precision attribute to BaseEstimatorV2 and EstimatorPub - remove BasePrimitiveV2 and BasePub Co-Authored-By: Ikko Hamamura <[email protected]> Co-Authored-By: Ian Hincks <[email protected]> * Fix removal of BasePub * Remove precision from EstimatorPub * Add BaseEstimator._make_data_bin() static method * Apply suggestions from code review Co-authored-by: Ian Hincks <[email protected]> * Apply suggestions from code review Co-authored-by: Ian Hincks <[email protected]> * linting * Move precision to EstimatorPub and Estimator.run * Update EstimatorV2 run return type, fix some typos * Fix some minor problems * add tests * Add `*` arg blocker, np.float -> np.float64 * linting * add test for line of code changed in observables_array.py --------- Co-authored-by: Ikko Hamamura <[email protected]> Co-authored-by: Ian Hincks <[email protected]> Co-authored-by: Ian Hincks <[email protected]> Co-authored-by: Ian Hincks <[email protected]>
- Loading branch information
1 parent
bfc6b0d
commit e16336b
Showing
11 changed files
with
766 additions
and
14 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
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
Oops, something went wrong.