Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove PrimitiveV1, deprecated 1.2 #13703

Open
1ucian0 opened this issue Jan 21, 2025 · 1 comment
Open

Remove PrimitiveV1, deprecated 1.2 #13703

1ucian0 opened this issue Jan 21, 2025 · 1 comment

Comments

@1ucian0
Copy link
Member

1ucian0 commented Jan 21, 2025

In #12824, PrimitiveV1 implementations (not the base classes) was deprecated. Time to remove them in 2.0.

  • qiskit/primitives/backend_estimator.py:112 (__init__)
  • qiskit/primitives/utils.py:31 (init_circuit)
  • qiskit/primitives/utils.py:54 (init_observable)
  • qiskit/primitives/utils.py:81 (final_measurement_mapping)
  • qiskit/primitives/backend_sampler.py:52 (__init__)
  • qiskit/primitives/estimator.py:62 (__init__)
  • qiskit/primitives/sampler.py:56 (__init__)
  • qiskit/primitives/base/base_estimator.py:199 (__init__)
  • qiskit/primitives/base/base_sampler.py:162 (__init__)
@AlbertJP
Copy link

There is no V2 replacement yet for Estimator and Sampler without shots: #12516

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants