diff --git a/demonstrations/tutorial_qjit_compile_grovers_algorithm_with_catalyst.py b/demonstrations/tutorial_qjit_compile_grovers_algorithm_with_catalyst.py index 5fe47637ac..243f6a7f61 100644 --- a/demonstrations/tutorial_qjit_compile_grovers_algorithm_with_catalyst.py +++ b/demonstrations/tutorial_qjit_compile_grovers_algorithm_with_catalyst.py @@ -26,6 +26,11 @@ # workflows. We will also measure the performance improvement we get from using Catalyst with # respect to the native Python implementation and show that the runtime performance of circuits # compiled with Catalyst can be approximately an order of magnitude faster. +# +# .. figure:: ../_static/demo_thumbnails/opengraph_demo_thumbnails/OGthumbnail_qjit_compile_grovers_algorithm_with_catalyst.png +# :align: center +# :width: 70% +# :target: javascript:void(0) ######################################################################