Update CHSH inequality tutorial#5136
Open
henryzou50 wants to merge 4 commits into
Open
Conversation
- Bump dependencies to Qiskit SDK v2.0, Qiskit Runtime v0.40, and add Qiskit Aer v0.17 - Add a local noisy-simulator validation step using AerSimulator.from_backend before submitting to hardware - Add a section on scaling the experiment by tiling the backend with disjoint Bell pairs and running many CHSH tests in parallel - Modernize API doc links (docs.quantum-computing.ibm.com → /docs/...) - Clarify prose throughout and refresh extracted output images
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 |
abbycross
reviewed
May 21, 2026
abbycross
reviewed
May 21, 2026
abbycross
reviewed
May 21, 2026
abbycross
reviewed
May 21, 2026
abbycross
reviewed
May 21, 2026
abbycross
reviewed
May 21, 2026
Co-authored-by: abbycross <across@us.ibm.com>
Spell out PUB at first use in CHSH tutorial Define "primitive unified bloc (PUB)" where the term first appears in the Background section, linked to the primitive I/O guide, instead of interrupting Step 3 with the explanation. Step 3 now just uses "PUBs".
Collaborator
Author
|
Thanks for the review @abbycross! I applied the other suggestions in the latest commit. |
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.
Summary
Updates the CHSH inequality tutorial to current Qiskit tooling and expands it with a local-simulator validation step and a section on scaling the experiment across hardware.
Changes
AerSimulator.from_backend(backend)and runs the full workflow (transpilation, ISA observables,Estimator) against it before submitting to hardware. Replaces the previousStatevectorEstimatorpath.docs.quantum-computing.ibm.comto relative/docs/...paths.