From 9495336aa84cc31da7418789e6ac854476c4068a Mon Sep 17 00:00:00 2001 From: Juan Cruz-Benito Date: Wed, 29 May 2024 19:03:32 +0200 Subject: [PATCH] Minor fix to reflect the Qiskit transpiler service is on beta status (#1458) In #1435 I did not update the status of the Qiskit transpiler service from "alpha" to "beta". This PR fixes it --------- Co-authored-by: abbycross --- docs/transpile/ai-transpiler-passes.mdx | 2 +- docs/transpile/qiskit-transpiler-service.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/transpile/ai-transpiler-passes.mdx b/docs/transpile/ai-transpiler-passes.mdx index 3460a8ec119..a992a5b8bd6 100644 --- a/docs/transpile/ai-transpiler-passes.mdx +++ b/docs/transpile/ai-transpiler-passes.mdx @@ -10,7 +10,7 @@ The AI-powered transpiler passes are experimental passes that work as a drop-in This is an experimental feature available only to the IBM Quantum Premium Plan. - The AI-powered transpiler passes are in alpha release status, subject to change. + The AI-powered transpiler passes are in beta release status, subject to change. If you have feedback or want to contact the developer team, please use this [Qiskit Slack Workspace channel](https://qiskit.slack.com/archives/C06KF8YHUAU). diff --git a/docs/transpile/qiskit-transpiler-service.mdx b/docs/transpile/qiskit-transpiler-service.mdx index 5cb55e616ff..5196575e7e0 100644 --- a/docs/transpile/qiskit-transpiler-service.mdx +++ b/docs/transpile/qiskit-transpiler-service.mdx @@ -11,7 +11,7 @@ The Qiskit transpiler service offers a Python library to seamlessly integrate th This experimental service is only available for IBM Quantum Premium Plan users. - The service is an alpha release, subject to change. + The service is a beta release, subject to change. If you have feedback or want to contact the developer team, please use this [Qiskit Slack Workspace channel](https://qiskit.slack.com/archives/C06KF8YHUAU).