Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Primitives (non runtime) changes for 1.0 (#812)
Closes #1072 Some helpful background: from Jessie: The goal of this document is for people to test their quantum program (that calls primitives) locally, before sending them to Qiskit Runtime to run on a real QPU. Most of this page uses the statevector simulator, and there is an equivalent for V2, better named as [StatevectorEstimator](https://github.com/Qiskit/qiskit/blob/main/qiskit/primitives/statevector_estimator.py#L31) and [StatevectorSampler](https://github.com/Qiskit/qiskit/blob/main/qiskit/primitives/statevector_sampler.py#L52). --------- Co-authored-by: Ian Hincks <ian.hincks@gmail.com> Co-authored-by: abbycross <across@us.ibm.com> Co-authored-by: Elena Peña Tapia <epenatap@gmail.com> Co-authored-by: Elena Peña Tapia <57907331+ElePT@users.noreply.github.com>
- Loading branch information