-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add EstimatorV2Converter and BackendEstimatorV2 #11899
Conversation
Pull Request Test Coverage Report for Build 8098602282Details
💛 - Coveralls |
One or more of the the following people are requested to review this:
|
Should this PR be updated after #11931 merged ? |
This PR currently includes 1) a converter from EstimatorV1 to Estimator V2 and 2) a backend Estimator V2.
The discussion may depend on how many Estimator V1 implementations available. |
In discussion with others in the core team about the EstimatorV1-to-EstimatorV2 converter (and general PrimitiveV1-to-PrimitiveV2):
Let's close this PR and move this conversation to issues for primitive converters: #12047 #12046 |
Summary
Add
EstimatorV2Converter
andBackendEstimatorV2
toqiskit.primitives
.EstimatorV2Converter converts an instance of BaseEstimatorV1 into an instance
of BaseEstimatorV2. BackendEstimatorV2 is simple conversion of BackendEstimator
that inherits BaseEstimatorV1.