From 126278ea6f1eb2858217997823dfa8a74051d145 Mon Sep 17 00:00:00 2001 From: Guillermo Alonso-Linaje <65235481+KetpuntoG@users.noreply.github.com> Date: Mon, 26 Feb 2024 15:10:10 -0500 Subject: [PATCH] Update gbs.py (#1041) images were not working --- demonstrations/gbs.py | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/demonstrations/gbs.py b/demonstrations/gbs.py index 323ef939ac..f5fce0a222 100644 --- a/demonstrations/gbs.py +++ b/demonstrations/gbs.py @@ -8,7 +8,7 @@ .. meta:: :property="og:description": Using light to perform tasks beyond the reach of classical computers. - :property="og:image": https://pennylane.ai/qml/_static/demonstration_assets//gbs_expt2.png + :property="og:image": https://pennylane.ai/qml/_static/demonstration_assets/gbs/gbs_expt2.png .. related:: @@ -25,16 +25,16 @@ On the journey to large-scale fault-tolerant quantum computers, one of the first major milestones is to demonstrate a quantum device carrying out tasks that are beyond the reach of any classical algorithm. The launch of Xanadu's Borealis device marked an important milestone -within the quantum computing community, wherein our very own quantum computational advantage -experiment using quantum photonics was demonstrated in our `Nature paper `__. -Among other quantum advantage achievements are the Google Quantum team's experiment as can be seen in their paper -`Quantum supremacy using a programmable superconducting processor `__ [#Arute2019]_, -and the experiment from the team led by Chao-Yang Lu and Jian-Wei as can be seen in their paper +within the quantum computing community, wherein our very own quantum computational advantage +experiment using quantum photonics was demonstrated in our `Nature paper `__. +Among other quantum advantage achievements are the Google Quantum team's experiment as can be seen in their paper +`Quantum supremacy using a programmable superconducting processor `__ [#Arute2019]_, +and the experiment from the team led by Chao-Yang Lu and Jian-Wei as can be seen in their paper `Quantum computational advantage using photons `__ -[#Zhong2020]_. +[#Zhong2020]_. While Google's experiment performed the task of :doc:`random circuit sampling ` -using a superconducting processor, both Chao-Yang Lu and Jian-Wei's team and Xanadu leveraged the +using a superconducting processor, both Chao-Yang Lu and Jian-Wei's team and Xanadu leveraged the quantum properties of light to tackle a task called `Gaussian Boson Sampling `__ (GBS). @@ -48,12 +48,12 @@ | -.. image:: /_static/demonstration_assets/gbs_expt2.png +.. image:: /_static/demonstration_assets/gbs/gbs_expt2.png :align: center :width: 80% :target: javascript:void(0); -.. figure:: /_static/demonstration_assets/gbs_expt1.png +.. figure:: /_static/demonstration_assets/gbs/gbs_expt1.png :align: center :width: 80% :target: javascript:void(0); @@ -119,7 +119,7 @@ matrix :math:`U`. When decomposed into a quantum optical circuit, the interferometer will be made up of beamsplitters and phase shifters. -.. image:: /_static/demonstration_assets/gbs_circuit2.png +.. image:: /_static/demonstration_assets/gbs/gbs_circuit2.png :align: center :width: 90% :target: javascript:void(0);