Skip to content

Commit

Permalink
Update qiskit_ibm_runtime/base_primitive.py
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Tian <[email protected]>
  • Loading branch information
ptristan3 and kt474 authored Apr 8, 2024
1 parent 47d680e commit b9973b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit_ibm_runtime/base_primitive.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def __init__(
self._backend: Optional[BackendV1 | BackendV2] = None

issue_deprecation_msg(
"The primitives' V1 has been deprecated",
"The Sampler and Estimator V1 primitives have been deprecated",
"0.23.0",
"Please use the primitives' V2. See the `V2 migration guide "
"<https://docs.quantum.ibm.com/api/migration-guides/v2-primitives>`_. for more details",
Expand Down

0 comments on commit b9973b0

Please sign in to comment.