Skip to content

Commit

Permalink
Link screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
wederbn committed May 8, 2024
1 parent ddc8bd7 commit 420aedb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions handson.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,27 +226,27 @@ For the generation of quantum workflows, we distinguish three categories of patt
(iii) Augmentation patterns, supporting the enhancement of the quantum workflow by incorporating additional features or elements, such as warm-starting or circuit cutting.
Click on the ``Select Patterns`` button to start the pattern selection for the use case.

![Modeler Pattern Selection Intro](./resources/images/TODO.png)
![Modeler Pattern Selection Intro](./resources/images/pattern_selection_initial.png)

2. Click on the ``+`` sign on the right to add a new algorithm pattern.
To generate the workflow modeled in the first part of the tutorial, we select ``Quantum Approximate Optimization Algorithm (QAOA)`` as the algorithm pattern.
Furthermore, add the ``Circuit Cutting`` pattern, ``Biased Initial State`` pattern, and the ``Readout Error Mitigation`` from the Augmentation Pattern category.
Finally, click on ``Confirm Selection``.

![Modeler Pattern Selection Overview](./resources/images/TODO.png)
![Modeler Pattern Selection Overview](./resources/images/pattern_selection_selection.png)

3. The screen below displays the current pattern selection, and enables to add another algorithm pattern.
For this use case, we only orchestrate a single quantum algorithm, thus, initialize the workflow generation by clicking on ``Done``.

![Modeler Pattern Selection Overview With QAOA](./resources/images/TODO.png)
![Modeler Pattern Selection Overview With QAOA](./resources/images/pattern_selection_overview.png)

4. TODO

![Modeler Workflow Generation](./resources/images/TODO.png)

5. TODO

![Modeler Generated Workflow](./resources/images/TODO.png)
![Modeler Generated Workflow](./resources/images/pattern_combine_solutions.png)

6. Finally, to execute the generated workflow, follow the steps described in part 1 starting from step 12.
Thereby, the transformation also removes the patterns and adds corresponding functionality, leading to a native workflow model for execution.

0 comments on commit 420aedb

Please sign in to comment.