Skip to content

Commit

Permalink
Fix url in Get started with primitives (#1237)
Browse files Browse the repository at this point in the history
Broken link needs updating
  • Loading branch information
abbycross authored Apr 24, 2024
1 parent 8aeff18 commit c477232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/run/primitives-get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ print(f" > Metadata: {result.metadata[0]}")

The `Sampler` primitive can be run with any provider by using [`qiskit.primitives.BackendSampler`](../api/qiskit/qiskit.primitives.BackendSampler). Likewise, the `Estimator` primitive can be run with any provider using [`qiskit.primitives.BackendEstimator`](../api/qiskit/qiskit.primitives.BackendEstimator). Equivalent implementations in V2 are coming soon.

Some providers implement primitives natively (see [the Qiskit Ecosystem page](https://qiskit.github.io/ecosystem#providers) for more details).
Some providers implement primitives natively (see [the Qiskit Ecosystem page](https://qiskit.github.io/ecosystem#provider) for more details).

### Example: BackendEstimator

Expand Down

0 comments on commit c477232

Please sign in to comment.