Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ikkoham committed Nov 21, 2023
1 parent 78530ca commit 4cd5838
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion qiskit/primitives/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
from .base import BaseEstimator, BaseSampler
from .base.estimator_result import EstimatorResult
from .base.sampler_result import SamplerResult
from .containers import BindingsArray, EstimatorTask, ObservablesArray
from .containers import BindingsArray, EstimatorTask, ObservablesArray, PrimitiveResult, TaskResult
from .estimator import Estimator
from .sampler import Sampler
from .statevector_estimator import Estimator as StatevectorEstimator
8 changes: 4 additions & 4 deletions qiskit/primitives/base/base_estimator.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
.. estimator-desc:
=====================
========================
Overview of EstimatorV2
=====================
========================
EstimatorV2 class estimates expectation values of quantum circuits and observables.
Expand Down Expand Up @@ -104,9 +104,9 @@
estimator.run(zip([psi1], [hamiltonian1], [theta1])) # for EstimatorV2
=====================
========================
Overview of EstimatorV1
=====================
========================
Estimator class estimates expectation values of quantum circuits and observables.
Expand Down

0 comments on commit 4cd5838

Please sign in to comment.