qiskit-documentation/docs/migration-guides/index.mdx

34 lines
1.8 KiB
Plaintext

---
title: Introduction
description: Migrate to using the newest from Qiskit and Qiskit Runtime
---
# Introduction
These migration guides help you more effectively use Qiskit and Qiskit Runtime:
* Migrate to the new version of IBM Quantum® Platform
* [Migrate to the new IBM Quantum Platform (early access)](./classic-iqp-to-cloud-iqp)
* [Migrate from using the Qiskit Runtime REST API on IBM Quantum Platform Classic to using the new Qiskit Runtime REST API](./migrate-classic-rest-api#from-classic)
* [Migrate from using the Qiskit Runtime on IBM Cloud REST API to using the REST API for the new version of IBM Quantum Platform](./migrate-classic-rest-api#from-runtime-cloud)
* Migrate to Qiskit v1.0
* [Install the new Qiskit v1.0 package](./qiskit-1.0-installation)
* [Overview of Qiskit v1.0 packaging changes](./metapackage-migration)
* [Qiskit v1.0 feature changes](./qiskit-1.0-features)
* [Migrate to the Qiskit Runtime V2 primitives](./v2-primitives)
* [Migrate to local simulators](./local-simulators)
* Migrate from `backend.run` to primitives
* [Overview](./qiskit-runtime)
* [Migrate from `qiskit-ibmq-provider`](./qiskit-runtime-from-ibmq-provider)
* [Migrate from `qiskit_ibm_provider`](./qiskit-runtime-from-ibm-provider)
* [Migrate to primitives for users of third-party providers with `backend.run`](./qiskit-backend-primitives)
* [Migrate options](./qiskit-runtime-options)
* [Common use cases](./qiskit-runtime-use-case)
* [Examples](./qiskit-runtime-examples)
* [Migrate third-party provider interfaces from backend.run to primitives](./external-providers-primitives-v2)
* Qiskit 0.44 changes
* [`qiskit.algorithms` new interface](./qiskit-algorithms-module)
* [`qiskit.opflow` deprecation](./qiskit-opflow-module)
* [`QuantumInstance` deprecation](./qiskit-quantum-instance)