Skip to content

Commit

Permalink
Added a tutorial for simulating Ising 1-D chain using mitiq with cirq… (
Browse files Browse the repository at this point in the history
#2002)

* Added a tutorial for simulating Ising 1-D chain using mitiq with cirq interface

* Added a tutorial for simulating Ising 1-D chain using mitiq with cirq interface

* Update docs/source/examples/examples.md

corrected a mistake in the example.md file

Co-authored-by: Misty Wahl <[email protected]>

* Update docs/source/examples/quantum_simulatio_1D_ising.md

removed the part for installing Mitiq

Co-authored-by: Misty Wahl <[email protected]>

* Update docs/source/examples/quantum_simulatio_1D_ising.md

updating some comments.

Co-authored-by: Misty Wahl <[email protected]>

* Changed the typos in the file name and applied Misty's comments

* removed the warnings from the tutorial

* modified according to nathan's comments

* modified according to nathan's comments

* modified according to Misty and Andrea's comments, and resolved the conflict in the refs.bib file

* added a thumbnail

* added a thumbnail

* The name of the thumbnail file was too long, made it shorter

* The name of the thumbnail file was too long, made it shorter

* removed an error related to creating the thumbnail

* just to rerun the tests!

* Update docs/source/examples/quantum_simulation_1d_ising.md

* Update docs/source/examples/quantum_simulation_1d_ising.md

* Update docs/source/examples/quantum_simulation_1d_ising.md

* Update docs/source/examples/quantum_simulation_1d_ising.md

* Update docs/source/examples/quantum_simulation_1d_ising.md

* Update docs/source/examples/quantum_simulation_1d_ising.md

* Update docs/source/examples/examples.md

---------

Co-authored-by: Misty Wahl <[email protected]>
Co-authored-by: Nathan Shammah <[email protected]>
  • Loading branch information
3 people authored Oct 6, 2023
1 parent 4493368 commit c069a38
Show file tree
Hide file tree
Showing 6 changed files with 639 additions and 0 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ Preksha Naik
Abdulrahman Sahmoud
Mohammad Zuhair Khan
Brian Goldsmith
Farzad Kianvash
Binary file added docs/source/_thumbnails/quantum_simulation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,8 @@ def get_incollection_template(self, e):
"examples/combine_rem_zne": "_static/combine_rem_zne.png",
"examples/quantum_simulation_scars_ibmq": "_static/qmbs_ibmq.png",
"examples/zne_logical_rb_cirq_stim": "_static/mitiq_stim_logo.png",
"examples/quantum_simulation_1d_ising": "_static/quantum_simulation.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 @@ -20,6 +20,7 @@ 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>
ZNE with Cirq: Noise scaling methods <scaling.md>
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>
Expand Down
Loading

0 comments on commit c069a38

Please sign in to comment.