Skip to content

Commit

Permalink
update some tutorial links
Browse files Browse the repository at this point in the history
  • Loading branch information
Jue-Xu committed Aug 31, 2024
1 parent 86c1bbe commit d1a646c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
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",
"- [STOC 2023 by Liu](https://youtu.be/-CVqKpdLuLA)\n",
"- [Simons by Liu](https://www.youtube.com/watch?v=zDnA1gu4QO0)\n",
"- Liu: [STOC 2023](https://youtu.be/-CVqKpdLuLA), [Simons](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 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 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

0 comments on commit d1a646c

Please sign in to comment.