Merge pull request #89 from qiboteam/matcha_intro

Add notebook about introduction to qmatchatea backend to docs
This commit is contained in:
Stefano Carrazza
2025-02-13 09:47:57 +08:00
committed by GitHub
8 changed files with 17 additions and 839 deletions

View File

@@ -0,0 +1,15 @@
.. _examples:
Code examples
=============
In this section we present code examples from basic to advanced features
implemented in Qibotn.
Introduction to backends
^^^^^^^^^^^^^^^^^^^^^^^^
.. toctree::
:maxdepth: 1
tutorials/qmatchatea_intro/qmatchatea_introduction.ipynb

View File

@@ -45,6 +45,7 @@ extensions = [
"sphinx.ext.intersphinx",
"sphinx_copybutton",
"sphinxcontrib.katex",
"nbsphinx",
]
templates_path = ["_templates"]

View File

@@ -73,6 +73,7 @@ Contents
:caption: Introduction
getting-started/index
code-examples/index
.. toctree::
:maxdepth: 1

File diff suppressed because one or more lines are too long