Skip to content

Commit 0db5b7a

Browse files
Fix: Updated documentation for /primitives/statevector_estimator.py (Qiskit#14150) (Qiskit#14159) (Qiskit#14167)
Co-authored-by: Samuele Ferracin <[email protected]> (cherry picked from commit cca3b03) Co-authored-by: diego alducin <[email protected]>
1 parent 5d78070 commit 0db5b7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiskit/primitives/statevector_estimator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class StatevectorEstimator(BaseEstimatorV2):
3333
Simple implementation of :class:`BaseEstimatorV2` with full state vector simulation.
3434
3535
This class is implemented via :class:`~.Statevector` which turns provided circuits into
36-
pure state vectors. These states are subsequently acted on by :class:~.SparsePauliOp`,
36+
pure state vectors. These states are subsequently acted on by :class:`~.SparsePauliOp`,
3737
which implies that, at present, this implementation is only compatible with Pauli-based
3838
observables.
3939

0 commit comments

Comments
 (0)