Skip to content

Commit

Permalink
Update qiskit-runtime-from-provider.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
abbycross committed Feb 1, 2024
1 parent 0f81125 commit 2399d70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/migration-guides/qiskit-runtime-from-provider.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: How to migrate `backend.run()` from Qiskit IBM Provider to Qiskit I

# Migrate `backend.run()` from `qiskit_ibm_provider` to `qiskit_ibm_runtime`

The Qiskit Runtime interface includes two packages:
The Qiskit® Runtime interface includes two packages:
Qiskit IBM Provider (the [`qiskit_ibm_provider`](../qiskit-ibm-provider) package) and
Qiskit IBM Runtime (the [`qiskit_ibm_runtime`](../qiskit-ibm-runtime) package). Until now,
primitives (`Sampler` and `Estimator`)
Expand All @@ -16,7 +16,7 @@ In the `qiskit-ibm-runtime` 0.15 release, we added support for running custom ci
so users can run all programs through Runtime.

This guide describes how to migrate code that implemented `IBMBackend.run()`
using Qiskit IBM Provider to use Qiskit IBM Runtime instead.
using qiskit_ibm_provider to use qiskit_ibm_runtime instead.

**Example 1: Straightforward execution of IBMBackend.run()**

Expand Down

0 comments on commit 2399d70

Please sign in to comment.