Skip to content
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

PT + ZNE tutorial #2601

Merged
merged 25 commits into from
Feb 7, 2025
Merged
Changes from 11 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
fe9588f
add md file
purva-thakre Dec 13, 2024
fc4099b
add comparison plot
purva-thakre Dec 17, 2024
e01d362
add thumbnail image
purva-thakre Dec 17, 2024
083d254
correct plot typo
purva-thakre Dec 17, 2024
d07e630
update plot
purva-thakre Dec 18, 2024
cf8b1a5
nate/alessandro feedback
purva-thakre Dec 20, 2024
b1f04de
correct typo
purva-thakre Dec 20, 2024
5e59346
Apply suggestions from code review
purva-thakre Jan 16, 2025
d0d4b2c
check build: set heatmap bounds and y axis label
purva-thakre Jan 16, 2025
ac50eb8
nate's suggestions to code, update thumbnail image
purva-thakre Jan 23, 2025
bba28b6
ordering phrasing
purva-thakre Jan 24, 2025
2fbf94f
some suggested changes and example twirled ptms
purva-thakre Jan 30, 2025
d3046d7
Update docs/source/examples/pt_zne.md
purva-thakre Jan 31, 2025
8f3a08d
remaining suggestions
purva-thakre Jan 31, 2025
c890f2b
add 100 twirled circuits plot
purva-thakre Jan 31, 2025
6f3cd94
typo lets to let's
purva-thakre Jan 31, 2025
818a864
change to gif
purva-thakre Jan 31, 2025
ca4b9c8
typo 300 to 100 circuits
purva-thakre Jan 31, 2025
b39c321
Apply suggestions from code review
purva-thakre Feb 4, 2025
05c57fd
remaining suggestions (nate) + remove links to images in favor of gif
purva-thakre Feb 4, 2025
87ec3f4
erroneously capitalized Paulis in function defs
purva-thakre Feb 4, 2025
f0a9a6d
some of Alessandro's comments
purva-thakre Feb 5, 2025
aeb9d8f
remaining alessandro's comments
purva-thakre Feb 7, 2025
aef3369
typos
purva-thakre Feb 7, 2025
c243b83
nate's comment
purva-thakre Feb 7, 2025
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
Binary file added docs/source/_thumbnails/pt_zne.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
@@ -446,6 +446,7 @@ def get_incollection_template(self, e):
"examples/quantum_simulation_1d_ising": "_static/quantum_simulation.png",
"examples/cdr_qrack": "_static/cdr-qrack.png",
"examples/loschmidt_echo_revival_zne": "_static/loschmidt_echo_qiskit.png",
"examples/pt_zne": "_static/pt_zne.png",
# default images if no thumbnail is specified
"examples/*": "_static/mitiq-logo.png",
}
1 change: 1 addition & 0 deletions docs/source/examples/examples.md
Original file line number Diff line number Diff line change
@@ -29,6 +29,7 @@ ZNE and CDR with Cirq: 1D Ising Simulation <quantum_simulation_1d_ising.md>
ZNE with PennyLane + Cirq: Energy of molecular Hydrogen <molecular_hydrogen_pennylane.md>
ZNE with BQSKit compiled circuits <bqskit.md>
ZNE on Stim backend with Cirq: Logical randomized benchmarking circuits <zne_logical_rb_cirq_stim.md>
ZNE and Pauli Twirling with Cirq: ZNE with Noise Tailoring <pt_zne.md>
LRE vs ZNE: comparing performance and overhead <lre-zne-comparison.md>
PEC on a Braket simulator: Mirror circuits <pec_tutorial.md>
PEC with Cirq: Learning representations <learning-depolarizing-noise.md>
Loading