From d1a646c0e482e25d6c0d5aef45317b25e78fdfa3 Mon Sep 17 00:00:00 2001 From: Jue Xu Date: Sat, 31 Aug 2024 10:17:29 +0800 Subject: [PATCH] update some tutorial links --- _build/html/_sources/path_integral.ipynb | 4 ++-- simulation.ipynb | 3 ++- tensor_network.ipynb | 7 +++++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/_build/html/_sources/path_integral.ipynb b/_build/html/_sources/path_integral.ipynb index f5d5797..8d41dcb 100644 --- a/_build/html/_sources/path_integral.ipynb +++ b/_build/html/_sources/path_integral.ipynb @@ -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" ] diff --git a/simulation.ipynb b/simulation.ipynb index 511b1bc..f6f26c6 100644 --- a/simulation.ipynb +++ b/simulation.ipynb @@ -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" + "\n" ] }, { diff --git a/tensor_network.ipynb b/tensor_network.ipynb index 1b08864..75b4636 100644 --- a/tensor_network.ipynb +++ b/tensor_network.ipynb @@ -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)" ] }, {