Skip to content

Add latest updates to the platform #3387

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jun 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 11 additions & 4 deletions docs/guides/latest-updates.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ in_page_toc_max_heading_level: 2

# Latest updates

*Last updated 9 June 2025*
*Last updated 20 June 2025*

{/* remember to update the date in the previous line each time this page is updated!!! */}

Expand All @@ -29,6 +29,16 @@ Jump to [Qiskit SDK](#latest-qiskit-sdk) | [Qiskit Runtime client](#latest-qiski

This section summarizes the recent enhancements and new features for the new [IBM Quantum Platform.](https://quantum.cloud.ibm.com/)

**20 June 2025**

- Profile page: Now you can find integrated profile details directly in the new platform. Find your profile by clicking on the profile icon in the top right or visiting your [profile page.](https://quantum.cloud.ibm.com/profile)
- Public backends: View a list of US backends without logging in, available on the updated [Compute Resources](https://quantum.cloud.ibm.com/computers) page.
- Learning: Quantum computing courses have now been released in the upgraded platform, along with new educational modules designed to help teachers bring Qiskit into their classrooms. This is the first step towards migrating IBM Quantum Learning to the new platform, with more resources - including the IBM Quantum Composer, which will be released in the coming weeks. Resources can be accessed without needing to log in at [IBM Quantum Learning.](/learning) Check out new and updated content, including [Quantum diagonalization algorithms](/learning/courses/quantum-diagonalization-algorithms), Qiskit in Classrooms modules like [Quantum mechanics](/learning/modules/quantum-mechanics) and [Computer science](/learning/modules/computer-science), and [Quantum computing in practice](/learning/courses/quantum-computing-in-practice).
- Announcements: Announcements have been migrated to the new platform. Click the bell icon in the top navigation bar or visit the [Announcements](/announcements) page.

<details>
<summary><b>Previous updates</b></summary>

**5 June 2025**

- Added instance job filter: The platform now displays only your workloads by default. On the dashboard, you will see only the latest workloads you have submitted to instances within your account.
Expand All @@ -41,9 +51,6 @@ This section summarizes the recent enhancements and new features for the new [IB

See the [Runtime Client v0.40.0](#latest-qiskit-runtime) section for more information. {/* When next Runtime release overwrites the .40 section below, remove this link and replace with direct link to release notes */}

<details>
<summary><b>Previous updates</b></summary>

**8 May 2025**

- [Flex Plan](https://www.ibm.com/quantum/blog/flex-plan), a new resource consumption offering, has been released.
Expand Down
1 change: 1 addition & 0 deletions scripts/js/commands/checkInternalLinks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ const SYNTHETIC_FILES: string[] = [
"docs/api/qiskit-runtime-rest/tags/instances.mdx",
"announcements/product-updates/2024-02-14-qiskit-runtime-primitives-update.mdx",
"announcements/product-updates.mdx",
"announcements/index.mdx",
"announcements/product-updates/2025-03-03-new-version-dynamic-circuits.mdx",
];

Expand Down