Skip to content

Commit

Permalink
Update tutorials page
Browse files Browse the repository at this point in the history
  • Loading branch information
renezander90 committed Nov 28, 2024
1 parent 72f45c8 commit ce2aa65
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions documentation/source/general/tutorial/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,13 @@ To gradually qrispify your programming game you will start with the basics and g

- :ref:`Solving the Traveling Salesman Problem (TSP) <tsp>` is again pretty self explanatory - you'll set up a **superposition** of all routes, **evaluate** route distance, and create a **Grover's oracle** to eventually evaluate it.

- :ref:`Implementing Shor's algorithm <shor_tutorial>` will guide you through our state-of-the-art implementation of **Shor's algorithm**, allowing you to factor numbers and fiddle around encrypting and decrypting hidden messages.
- :ref:`The Quantum Monte Carlo Integration tutorial <QMCItutorial>` will show you how to integrate functions with **Quantum Monte Carlo methods**, using **Iterative Quantum Amplitude Estimation**.

- :ref:`Solving Sudoku with quantum Backtracking <Sudoku>` explains to you how to efficiently implement the Sudoku problem specific quantum oracles, and how to use the general **Quantum Backtracking** implementation within Qrisp.

- :ref:`Simulating the dynamics of the $H_2$ molecule <H2>` will show you how to leverage Qrisp’s advanced capabilities to perform **molecular simulations** on quantum computers.

- :ref:`The Quantum Monte Carlo Integration tutorial <QMCItutorial>` will show you how to integrate functions with **Quantum Monte Carlo methods**, using **Iterative Quantum Ampltide Estimation**.
- :ref:`Implementing Shor's algorithm <shor_tutorial>` will guide you through our state-of-the-art implementation of **Shor's algorithm**, allowing you to factor numbers and fiddle around encrypting and decrypting hidden messages.

- :ref:`Fault-Tolerant compilation of Shor's algorithm <ft_compilation_shor>` delves into the realm of **compiling for fault-tolerant quantum devices**, exploring the specialized techniques and considerations that set this stage apart from the compilation challenges encountered in NISQ environments. At the end you will also optimize the implementation of Shor's from the tutorial above.

Expand All @@ -35,10 +39,10 @@ By the end of this tutorial, you'll have a solid foundation of our high-level fr
Quantum Alternating Operator Ansatz/index
QIROtutorial
TSP
QMCItutorial
Sudoku
H2
Shor
QMCItutorial
FT_compilation


0 comments on commit ce2aa65

Please sign in to comment.