Skip to content

Commit

Permalink
update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jue-Xu committed Aug 9, 2024
1 parent a743c6d commit 4ef4eea
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
8 changes: 7 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@

title: Quantum Simulation Cookbook
author: Jue Xu
copyright : "2024" # Copyright year to be placed in the footer
# logo: 512.png
logo: logo.png
# Patterns to skip when building the book. Can be glob-style (e.g. "*skip.ipynb")
exclude_patterns : [_build, Thumbs.db, .DS_Store, "**.ipynb_checkpoints"]
# Auto-exclude files not in the toc
only_build_toc_files : true

# Force re-execution of notebooks on each build.
# See https://jupyterbook.org/content/execute.html
Expand All @@ -24,7 +29,8 @@ bibtex_bibfiles:

# Information about where the book exists on the web
repository:
url: https://github.com/executablebooks/jupyter-book # Online location of your book
url: https://github.com/Jue-Xu/cookbook-quantum-simulation # Online location of your book
# url: https://github.com/executablebooks/jupyter-book # Online location of your book
path_to_book: docs # Optional path to your book, relative to the repository root
branch: master # Which branch of the repository should be used when creating links (optional)

Expand Down
3 changes: 3 additions & 0 deletions intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
<!-- Table of Content -->

This is a pedagogic tutorial on quantum simulation with code.
The package [quantum-simulation-recipe](https://youtu.be/QDPtcwhpQkE?si=_utI2VstkFiJfvxR) built with [qiskit](https://www.ibm.com/quantum/qiskit), [openfermion](https://quantumai.google/openfermion) etc.

[Qiskit tutorial](https://youtu.be/QDPtcwhpQkE?si=_utI2VstkFiJfvxR)

```{tableofcontents}
```
Expand Down
2 changes: 2 additions & 0 deletions operator.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,11 @@
"### Rotation (real-time evolution) of a Pauli string\n",
"\n",
"https://github.com/DavitKhach/quantum-algorithms-tutorials/blob/master/Hamiltonian_simulation.ipynb\n",
"\n",
"$$\n",
"e^{-i XX t} = \\text{CNOT} (I\\otimes e^{-i X t}) \\text{CNOT}\n",
"$$\n",
"\n",
"[1] J.D. Whitfield, J. Biamonte and A. Aspuru-Guzik, Molecular Physics, \"Simulation of electronic structure Hamiltonians using quantum computers\" (2011)"
]
},
Expand Down

0 comments on commit 4ef4eea

Please sign in to comment.