Continue Real-time benchmarking tutorial update#4711
Open
Conversation
This tutorial is meant to update / replace the current Real-Time Benchmarking Qubit Selection Tutorial. This tutorial shows how to run real-time characterization experiments and update backend properties to improve qubit selection when mapping a circuit to the physical qubits on QPU. The main goal is to demonstrate the benefits of running real-time characterization experiments before executing a quantum circuit. Users will learn how to: - Perform basic characterization experiments in Qiskit to determine the key properties of a QPU. - Update QPU error properties with real-time data and use them to transpile circuits, enabling the selection of the best-performing qubit layouts before execution on actual hardware. To highlight the benefits of real-time QPU characterization, the tutorial establishes a correlation between predicted and measured hardware performance. This is done by transpiling and running the same circuit across several randomly selected layouts and comparing their outcomes. As a case study, we focus on a modified LUCJ circuit, which is commonly used as an ansatz to estimate the ground-state energy of correlated electronic systems. --------- Co-authored-by: Maria Jose Lozano <mlozano@marias-mbp.watson.ibm.com> Co-authored-by: Maria Jose Lozano <mlozano@marias-mbp.oma-us.ibm.com> Co-authored-by: ABBY CROSS <across@us.ibm.com>
Contributor
|
One or more of the following people are relevant to this code: |
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Continuation of #4519.
cc: @majo-lozano