Skip to content

Commit

Permalink
textbook
Browse files Browse the repository at this point in the history
  • Loading branch information
Jue-Xu committed Sep 14, 2024
1 parent d1a646c commit 9026fc6
Show file tree
Hide file tree
Showing 19 changed files with 62 additions and 42 deletions.
Binary file modified _build/.doctrees/environment.pickle
Binary file not shown.
Binary file modified _build/.doctrees/interference.doctree
Binary file not shown.
Binary file modified _build/.doctrees/simulation.doctree
Binary file not shown.
Binary file modified _build/.doctrees/tensor_network.doctree
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions _build/html/_sources/interference.ipynb

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions _build/html/_sources/path_integral.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"- [A Polynomial-Time Classical Algorithm for Noisy Random Circuit Sampling](https://arxiv.org/abs/2211.03999)\n",
"\n",
"Talk:\n",
"- Liu: [STOC 2023](https://youtu.be/-CVqKpdLuLA), [Simons](https://www.youtube.com/watch?v=zDnA1gu4QO0)\n",
"- [STOC 2023 by Liu](https://youtu.be/-CVqKpdLuLA)\n",
"- [Simons by Liu](https://www.youtube.com/watch?v=zDnA1gu4QO0)\n",
"- [QIP by Aharonov](https://youtu.be/kneaV0-sqGs)\n",
"- [Thomas Schuster, IPAM at UCLA](https://youtu.be/OwCc3mrmm0c?si=fSBIo7h2nzwrI_2T)\n",
"\n",
".... todo"
]
Expand Down
3 changes: 2 additions & 1 deletion _build/html/_sources/simulation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
"# Quantum simulation\n",
"\n",
"Tutorials given by\n",
"- Andrew Childs: [IAS 2024](https://youtu.be/Q1FcHnxE1RY?si=J-WIiHWx67SZZUJ3)\n",
"- Nathan Wiebe: [[2024 IPAM UCLA]](https://youtu.be/MB2bzOXM0sM?si=sIhcu6Wa5yi98ntU) or [[2021 Simons Institute]](https://www.youtube.com/watch?v=X4gegxIuh1o) \n",
"- Mario Motta: [[2024 Qiskit tutorial]](https://youtu.be/FN2BGJOYqKo?si=wUvCgHIekzkuK2xq)\n",
"- Ignacio Cirac: [[QIP2023 tutorial]](https://www.youtube.com/watch?v=n6oOsjvxDZg)\n",
"- Andrew Childs: [[QIP2021 tutorial, part]](https://www.youtube.com/watch?v=M0e5gkf7QSQ )\n"
"<!-- , [[QIP2021 tutorial, part]](https://www.youtube.com/watch?v=M0e5gkf7QSQ ) -->\n"
]
},
{
Expand Down
7 changes: 5 additions & 2 deletions _build/html/_sources/tensor_network.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@
"source": [
"# Tensor network\n",
"\n",
"MPS Tutorials:\n",
"MPS Tutorials notebooks:\n",
"- [ITensors](https://itensor.github.io/ITensors.jl/dev/examples/MPSandMPO.html)\n",
"- [MPSKit](https://quantumkithub.github.io/MPSKit.jl/dev/examples/quantum1d/3.ising-dqpt/#DQPT-in-the-Ising-model(@id-demo_dqpt))"
"- [MPSKit](https://quantumkithub.github.io/MPSKit.jl/dev/examples/quantum1d/3.ising-dqpt/#DQPT-in-the-Ising-model(@id-demo_dqpt))\n",
"\n",
"Talk: \n",
"- [IAS, David Pérez-García](https://youtu.be/LyyTULYg8EI?si=ZGDQyjUi8VRmOaK8)"
]
},
{
Expand Down
8 changes: 4 additions & 4 deletions _build/html/interference.html
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ <h2>TFI model: H=A+B (Parity and XZ)<a class="headerlink" href="#tfi-model-h-a-b
</div>
<div class="cell docutils container">
<div class="cell_input docutils container">
<div class="highlight-ipython3 notranslate"><div class="highlight"><pre><span></span><span class="n">t_list</span> <span class="o">=</span> <span class="n">np</span><span class="o">.</span><span class="n">logspace</span><span class="p">(</span><span class="mi">1</span><span class="p">,</span> <span class="mf">3.2</span><span class="p">,</span> <span class="mi">50</span><span class="p">)</span>
<div class="highlight-ipython3 notranslate"><div class="highlight"><pre><span></span><span class="n">t_list</span> <span class="o">=</span> <span class="n">np</span><span class="o">.</span><span class="n">logspace</span><span class="p">(</span><span class="mi">1</span><span class="p">,</span> <span class="mf">3.2</span><span class="p">,</span> <span class="mi">200</span><span class="p">)</span>
<span class="n">emp_err_list_xz</span><span class="p">,</span> <span class="n">bnd_err_list_xz</span> <span class="o">=</span> <span class="p">[],</span> <span class="p">[]</span>
<span class="n">emp_err_list_eo</span><span class="p">,</span> <span class="n">bnd_err_list_eo</span> <span class="o">=</span> <span class="p">[],</span> <span class="p">[]</span>

Expand Down Expand Up @@ -526,12 +526,12 @@ <h2>TFI model: H=A+B (Parity and XZ)<a class="headerlink" href="#tfi-model-h-a-b
</div>
</div>
<div class="cell_output docutils container">
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>Slope (a): 1.0381845365409454 ; Intercept (b): -8.840227825336614
Slope (a): 2.8657357359903104 ; Intercept (b): -20.05670200851677
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>Slope (a): 1.0153374882476411 ; Intercept (b): -8.731478914659027
Slope (a): 2.867061838227943 ; Intercept (b): -20.06504133308043
title: &lt;&lt;PF1, TFI (J=1, h=0.2), r=10000&gt;&gt;
</pre></div>
</div>
<a class="reference internal image-reference" href="_images/c6a818a2aeb76ddd69876c172451f5f3834d85e48e315bb2fa51b5ee3e9df83b.png"><img alt="_images/c6a818a2aeb76ddd69876c172451f5f3834d85e48e315bb2fa51b5ee3e9df83b.png" src="_images/c6a818a2aeb76ddd69876c172451f5f3834d85e48e315bb2fa51b5ee3e9df83b.png" style="width: 759px; height: 559px;" /></a>
<a class="reference internal image-reference" href="_images/d1979157f8ec011281ad0a4266cfa701a66bb2fcd59a83cd59b20429d630367e.png"><img alt="_images/d1979157f8ec011281ad0a4266cfa701a66bb2fcd59a83cd59b20429d630367e.png" src="_images/d1979157f8ec011281ad0a4266cfa701a66bb2fcd59a83cd59b20429d630367e.png" style="width: 759px; height: 559px;" /></a>
</div>
</div>
</section>
Expand Down
2 changes: 1 addition & 1 deletion _build/html/searchindex.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion _build/html/simulation.html
Original file line number Diff line number Diff line change
Expand Up @@ -433,11 +433,12 @@ <h2> Contents </h2>
<h1>Quantum simulation<a class="headerlink" href="#quantum-simulation" title="Link to this heading">#</a></h1>
<p>Tutorials given by</p>
<ul class="simple">
<li><p>Andrew Childs: <a class="reference external" href="https://youtu.be/Q1FcHnxE1RY?si=J-WIiHWx67SZZUJ3">IAS 2024</a></p></li>
<li><p>Nathan Wiebe: <a class="reference external" href="https://youtu.be/MB2bzOXM0sM?si=sIhcu6Wa5yi98ntU">[2024 IPAM UCLA]</a> or <a class="reference external" href="https://www.youtube.com/watch?v=X4gegxIuh1o">[2021 Simons Institute]</a></p></li>
<li><p>Mario Motta: <a class="reference external" href="https://youtu.be/FN2BGJOYqKo?si=wUvCgHIekzkuK2xq">[2024 Qiskit tutorial]</a></p></li>
<li><p>Ignacio Cirac: <a class="reference external" href="https://www.youtube.com/watch?v=n6oOsjvxDZg">[QIP2023 tutorial]</a></p></li>
<li><p>Andrew Childs: <a class="reference external" href="https://www.youtube.com/watch?v=M0e5gkf7QSQ">[QIP2021 tutorial, part]</a></p></li>
</ul>
<!-- , [[QIP2021 tutorial, part]](https://www.youtube.com/watch?v=M0e5gkf7QSQ ) -->
<section id="quantum-dynamic-simulation">
<h2>Quantum dynamic simulation<a class="headerlink" href="#quantum-dynamic-simulation" title="Link to this heading">#</a></h2>
</section>
Expand Down
6 changes: 5 additions & 1 deletion _build/html/tensor_network.html
Original file line number Diff line number Diff line change
Expand Up @@ -429,11 +429,15 @@ <h2> Contents </h2>

<section class="tex2jax_ignore mathjax_ignore" id="tensor-network">
<h1>Tensor network<a class="headerlink" href="#tensor-network" title="Link to this heading">#</a></h1>
<p>MPS Tutorials:</p>
<p>MPS Tutorials notebooks:</p>
<ul class="simple">
<li><p><a class="reference external" href="https://itensor.github.io/ITensors.jl/dev/examples/MPSandMPO.html">ITensors</a></p></li>
<li><p><a class="reference external" href="https://quantumkithub.github.io/MPSKit.jl/dev/examples/quantum1d/3.ising-dqpt/#DQPT-in-the-Ising-model(&#64;id-demo_dqpt)">MPSKit</a></p></li>
</ul>
<p>Talk:</p>
<ul class="simple">
<li><p><a class="reference external" href="https://youtu.be/LyyTULYg8EI?si=ZGDQyjUi8VRmOaK8">IAS, David Pérez-García</a></p></li>
</ul>
<section id="a-first-tebd-example">
<h2>A first TEBD Example<a class="headerlink" href="#a-first-tebd-example" title="Link to this heading">#</a></h2>
<p><code class="docutils literal notranslate"><span class="pre">pip</span> <span class="pre">install</span> <span class="pre">physics-tenpy</span></code></p>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions _build/jupyter_execute/interference.ipynb

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion _build/jupyter_execute/simulation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
"# Quantum simulation\n",
"\n",
"Tutorials given by\n",
"- Andrew Childs: [IAS 2024](https://youtu.be/Q1FcHnxE1RY?si=J-WIiHWx67SZZUJ3)\n",
"- Nathan Wiebe: [[2024 IPAM UCLA]](https://youtu.be/MB2bzOXM0sM?si=sIhcu6Wa5yi98ntU) or [[2021 Simons Institute]](https://www.youtube.com/watch?v=X4gegxIuh1o) \n",
"- Mario Motta: [[2024 Qiskit tutorial]](https://youtu.be/FN2BGJOYqKo?si=wUvCgHIekzkuK2xq)\n",
"- Ignacio Cirac: [[QIP2023 tutorial]](https://www.youtube.com/watch?v=n6oOsjvxDZg)\n",
"- Andrew Childs: [[QIP2021 tutorial, part]](https://www.youtube.com/watch?v=M0e5gkf7QSQ )\n"
"<!-- , [[QIP2021 tutorial, part]](https://www.youtube.com/watch?v=M0e5gkf7QSQ ) -->\n"
]
},
{
Expand Down
7 changes: 5 additions & 2 deletions _build/jupyter_execute/tensor_network.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@
"source": [
"# Tensor network\n",
"\n",
"MPS Tutorials:\n",
"MPS Tutorials notebooks:\n",
"- [ITensors](https://itensor.github.io/ITensors.jl/dev/examples/MPSandMPO.html)\n",
"- [MPSKit](https://quantumkithub.github.io/MPSKit.jl/dev/examples/quantum1d/3.ising-dqpt/#DQPT-in-the-Ising-model(@id-demo_dqpt))"
"- [MPSKit](https://quantumkithub.github.io/MPSKit.jl/dev/examples/quantum1d/3.ising-dqpt/#DQPT-in-the-Ising-model(@id-demo_dqpt))\n",
"\n",
"Talk: \n",
"- [IAS, David Pérez-García](https://youtu.be/LyyTULYg8EI?si=ZGDQyjUi8VRmOaK8)"
]
},
{
Expand Down
16 changes: 8 additions & 8 deletions interference.ipynb

Large diffs are not rendered by default.

13 changes: 10 additions & 3 deletions simulation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,19 @@
"source": [
"# Quantum simulation\n",
"\n",
"Tutorials given by\n",
"- Andrew Childs: [IAS 2024](https://youtu.be/Q1FcHnxE1RY?si=J-WIiHWx67SZZUJ3)\n",
"Tutorials (long videos) given by\n",
"- Andrew Childs: [[IAS 2024]](https://youtu.be/Q1FcHnxE1RY?si=J-WIiHWx67SZZUJ3)\n",
"- Nathan Wiebe: [[2024 IPAM UCLA]](https://youtu.be/MB2bzOXM0sM?si=sIhcu6Wa5yi98ntU) or [[2021 Simons Institute]](https://www.youtube.com/watch?v=X4gegxIuh1o) \n",
"- Mario Motta: [[2024 Qiskit tutorial]](https://youtu.be/FN2BGJOYqKo?si=wUvCgHIekzkuK2xq)\n",
"- Ignacio Cirac: [[QIP2023 tutorial]](https://www.youtube.com/watch?v=n6oOsjvxDZg)\n",
"<!-- , [[QIP2021 tutorial, part]](https://www.youtube.com/watch?v=M0e5gkf7QSQ ) -->\n"
"- Ignacio Cirac: [[IAS 2024]](https://youtu.be/K788DYPjL_c?si=VmFDEl30E99uDrVD) on Experimental Implementations\n",
"<!-- , [[QIP2021 tutorial, part]](https://www.youtube.com/watch?v=M0e5gkf7QSQ ) -->\n",
"\n",
"Textbook or notes:\n",
"- Chapter 11, 12 of [Quantum Information Science](https://academic.oup.com/book/51893) by Riccardo Manenti, Mario Motta\n",
"- Part V of Andrew Childs's lecture notes\n",
"- Nature physics review\n",
"- RMP (out-of-date)"
]
},
{
Expand Down

0 comments on commit 9026fc6

Please sign in to comment.