Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Abby Mitchell <[email protected]>
  • Loading branch information
beckykd and javabster authored Oct 10, 2024
1 parent bfbca2a commit 897d76b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/primitives.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ you are trying to achieve.

## Primitive definition and implementations

There are two types of Qiskit primitives: the base classes, and their implementations. The Qiskit primitives are defined by open-source primitive base classes that live in the Qiskit SDK (in the [`qiskit.primitives`](/api/qiskit/primitives) module). Providers can use these base classes to derive their own Sampler and Estimator implementations.
There are two types of Qiskit primitives: the base classes, and their implementations. The Qiskit primitives are defined by open-source primitive base classes that live in the Qiskit SDK (in the [`qiskit.primitives`](/api/qiskit/primitives) module). Providers (such as Qiskit Runtime) can use these base classes to derive their own Sampler and Estimator implementations.

### Base classes

Expand All @@ -41,7 +41,7 @@ There are two types of Qiskit primitives: the base classes, and their implementa
<span id="implementations"></span>
### Implementations

These are implementations of the the primitives base classes:
These are implementations of the primitives base classes:

- The Qiskit Runtime primitives ([`EstimatorV2`](/api/qiskit-ibm-runtime/qiskit_ibm_runtime.EstimatorV2) and [`SamplerV2`](/api/qiskit-ibm-runtime/qiskit_ibm_runtime.SamplerV2)) provide a more sophisticated implementation (for example, by including error mitigation) as a cloud-based service. This implementation of the base primitives is used to access IBM Quantum&trade; hardware. They are accessed through IBM Qiskit Runtime.

Expand Down

0 comments on commit 897d76b

Please sign in to comment.