Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/run/primitives.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,13 @@ An expectation value of an observable could be the target quantity in scenarios

The open-source primitives contain the base classes (to define interfaces) and a reference implementation. The Qiskit Runtime primitives provide a more sophisticated implementation (such as with error mitigation) as a cloud-based service.

<span id="import-primitives"></span>
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in case the title changes, I added an explicit anchor tag here

## Where should I import the primitive from?

There are different primitive implementations in the ``qiskit``, ``qiskit_aer``, and ``qiskit_ibm_runtime`` libraries.
Each implementation serves a specific purpose:

* The primitives in ``qiskit`` can perform local state vector simulations - useful for quickly prototyping algorithms.
* The primitives in ``qiskit`` can perform local statevector simulations - useful for quickly prototyping algorithms.
* The `qiskit.primitives` module enables the development of primitive-style quantum programs and was specifically designed to simplify switching between different types of backends. The module provides three separate classes for each primitive type:

1. `Sampler` and `Estimator`
Expand Down
248 changes: 0 additions & 248 deletions docs/verify/__use_estimator.mdx

This file was deleted.

Loading