Skip to content

Commit

Permalink
Apply suggestions from Luciano's code review
Browse files Browse the repository at this point in the history
Co-authored-by: Luciano Bello <bel@zurich.ibm.com>
  • Loading branch information
ElePT and 1ucian0 authored Jul 29, 2024
1 parent cd01872 commit 34633c2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion qiskit/primitives/backend_estimator.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# copyright notice, and modified files need to carry a notice indicating
# that they have been altered from the originals.

"""V1 Estimator implementation for an arbitrary Backend object."""
"""Estimator V1 implementation for an arbitrary Backend object."""

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion qiskit/primitives/backend_sampler.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# copyright notice, and modified files need to carry a notice indicating
# that they have been altered from the originals.

"""V1 Sampler implementation for an arbitrary Backend object."""
"""Sampler V1 implementation for an arbitrary Backend object."""

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion qiskit/primitives/estimator.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# copyright notice, and modified files need to carry a notice indicating
# that they have been altered from the originals.
"""
V1 Estimator reference implementation
Estimator V1 reference implementation
"""

from __future__ import annotations
Expand Down
2 changes: 1 addition & 1 deletion qiskit/primitives/sampler.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# copyright notice, and modified files need to carry a notice indicating
# that they have been altered from the originals.
"""
V1 Sampler reference implementation
Sampler V1 reference implementation
"""

from __future__ import annotations
Expand Down
2 changes: 1 addition & 1 deletion qiskit/primitives/statevector_estimator.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# copyright notice, and modified files need to carry a notice indicating
# that they have been altered from the originals.
"""
V2 (Statevector) Estimator class
Statevector Estimator V2 class
"""

from __future__ import annotations
Expand Down
2 changes: 1 addition & 1 deletion releasenotes/notes/deprecate-primitives-v1.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
deprecations_primitives:
- |
V1 primitive implementations and V1-exclusive non-versioned type aliases are now
Primitive V1 implementations and V1-exclusive non-versioned type aliases are now
deprecated in favor of their V2 counterparts. The deprecation is extended to the
following classes implementing V1 interfaces:
Expand Down

0 comments on commit 34633c2

Please sign in to comment.