Skip to content

Commit

Permalink
Add dynamical phase transitions tutorial (#2546)
Browse files Browse the repository at this point in the history
* Add dynamical phase transitions tutorial

* Fix docs build, minor comment edits

* escape character in matplotlib axis label

* Expand introduction

* More text revisions, fix heading levels

* Rename tutorial

* Clean up some notation

* Variables for value of depolarizing noise level

* Add brief summary section

* Add summary of other topics covered by paper

* Tags and inline documentation link

* Fix indents, reword some commentary

* Fix documentation link, revise introduction

* Link to paper via reference, fix tex typo

* Add note on choice of Ising model parameters

* Style fixes

* Notation (specify that $\alpha$ is the noise scale factor)

* shorter import statement

Co-authored-by: nate stemen <[email protected]>

---------

Co-authored-by: nate stemen <[email protected]>
  • Loading branch information
jpacold and natestemen authored Nov 5, 2024
1 parent c0688d8 commit e9b0322
Show file tree
Hide file tree
Showing 5 changed files with 436 additions and 0 deletions.
Binary file added docs/source/_thumbnails/loschmidt_echo_qiskit.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
Expand Up @@ -445,6 +445,7 @@ def get_incollection_template(self, e):
"examples/zne_logical_rb_cirq_stim": "_static/mitiq_stim_logo.png",
"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",
# 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
Expand Up @@ -19,6 +19,7 @@ ZNE with Qiskit: Energy landscape of a variational circuit <simple-landscape-qis
ZNE with Pennylane Energy landscape of a variational circuit <simple-landscape-pennylane.md>
ZNE with Qiskit: Layerwise folding <layerwise-folding.md>
ZNE with Qiskit: Quantum simulation of quantum many body scars <quantum_simulation_scars_ibmq.md>
ZNE with Qiskit: Simulation of Loschmidt echo revival <loschmidt_echo_revival_zne.md>
ZNE with Cirq: Solving MaxCut with QAOA <maxcut-demo.md>
ZNE with Cirq: Hamiltonian simulation with Pauli gates<hamiltonians.md>
ZNE with Cirq: Energy of molecular Hydrogen <molecular_hydrogen.md>
Expand Down
Loading

0 comments on commit e9b0322

Please sign in to comment.