You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just like there exists a SamplerPubResult, we should introduce an EstimatorPubResult. The value of this is that we can add convenience methods to the pub result class. For example, methods to help plot ZNE data would be especially helpful.
** Details
Here is a snippet that makes a plot. Please note that it is just something I found lying around that may help the assignee get started---it's certainly not meant to represent exactly what we need.
What is the expected feature or enhancement?
Just like there exists a
SamplerPubResult
, we should introduce anEstimatorPubResult
. The value of this is that we can add convenience methods to the pub result class. For example, methods to help plot ZNE data would be especially helpful.** Details
Here is a snippet that makes a plot. Please note that it is just something I found lying around that may help the assignee get started---it's certainly not meant to represent exactly what we need.
Acceptance criteria
EstimatorPubResult
sThe text was updated successfully, but these errors were encountered: