Skip to content

Commit a989adf

Browse files
Add a Mapper Tutorial (ProjectQ-Framework#243)
1 parent e98e980 commit a989adf

2 files changed

Lines changed: 559 additions & 0 deletions

File tree

examples/README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ It might be a good starting point to have a look at our paper which explains the
1414

1515
* Damian S. Steiger, Thomas Häner, and Matthias Troyer "ProjectQ: An Open Source Software Framework for Quantum Computing" `[arxiv:1612.08091] <https://arxiv.org/abs/1612.08091>`__
1616

17+
Our second paper looks at a few aspects of ProjectQ in more details:
18+
19+
* Damian S. Steiger, Thomas Häner, and Matthias Troyer "Advantages of a modular high-level quantum programming framework" `[arxiv:1806.01861] <https://arxiv.org/abs/1806.01861>`__
20+
1721
Examples and tutorials in this folder
1822
-------------------------------------
1923

@@ -24,3 +28,5 @@ Examples and tutorials in this folder
2428
3. Running on the IBM QE chip is explained in more details in *ibm_entangle.ipynb*.
2529

2630
4. A small tutorial on the compiler is available in *compiler_tutorial.ipynb* which explains how to compile to a specific gate set.
31+
32+
5. A small tutorial on the mappers is available in *mapper_tutorial.ipynb* which explains how to map a quantum circuit to a linear chain or grid of physical qubits.

0 commit comments

Comments
 (0)