Skip to content

Commit

Permalink
deploy: d1a646c
Browse files Browse the repository at this point in the history
  • Loading branch information
Jue-Xu committed Aug 31, 2024
1 parent 11d45ef commit 6d20128
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
3 changes: 2 additions & 1 deletion _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 _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
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion simulation.html
Original file line number Diff line number Diff line change
Expand Up @@ -436,11 +436,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 tensor_network.html
Original file line number Diff line number Diff line change
Expand Up @@ -432,11 +432,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

0 comments on commit 6d20128

Please sign in to comment.