Update Nishimori phase transition tutorial to conform to new template#5179
Open
henryzou50 wants to merge 1 commit into
Open
Update Nishimori phase transition tutorial to conform to new template#5179henryzou50 wants to merge 1 commit into
henryzou50 wants to merge 1 commit into
Conversation
- Restructure to match Tutorial_Template.ipynb: Learning outcomes, Prerequisites, Small-scale simulator example, Large-scale hardware example, Next steps, References. - Split execution: small-scale walkthrough now runs on AerSimulator.from_backend(backend) at one plaquette (12 qubits) for fast simulation; large-scale runs the six-plaquette and full-lattice experiments on real hardware. - Consolidate the large-scale section into a single self-contained code block with Step 1–4 separators (rebuilds the plaquette lattice from the backend coupling map, so the block runs after Setup alone). - Add job_tags=["TUT_NPT"] to hardware runs. - Suppress the harmless `Using UFloat objects with std_dev==0` warning from the noiseless analysis, scoped to the block_for_results() call. - Refresh Prerequisites with topic-specific links (Measure qubits, Simulate with Qiskit Aer, Long-range entanglement, Heavy hex lattice). - Add cspell:ignore for author surnames cited in References. - Misc: fix YOUR_API_KEY typo, update plaquette-count example to include ibm_pittsburgh, replace em dashes in prose with colons or parentheses.
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.
Summary
Updates the Nishimori phase transition tutorial to conform to the new tutorial template.
The main changes:
## Small-scale simulator exampleand## Large-scale hardware examplewith### Step 1–### Step 4substructure; adds References.AerSimulator.from_backend(backend)against a single plaquette (12 qubits) for fast iteration; the large-scale block runs the six-plaquette and full-lattice experiments on real hardware.# ---Step N---separators. The cell rebuildsplaquette_latticefrom the backend's coupling map, so it can be executed standalone after the Setup section. Hardware jobs are taggedTUT_NPT.