Skip to content

Commit

Permalink
🚨 fix rst backticks
Browse files Browse the repository at this point in the history
Signed-off-by: burgholzer <[email protected]>
  • Loading branch information
burgholzer committed Apr 9, 2024
1 parent e2f56bd commit bc41d69
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/Abstraction_levels.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ shown above.

Different quantum computer realizations support
different native gate-sets. In our example, we consider the
`ibmq_manila` device as the target device which natively supports I, X, √X, Rz and CX gates.
``ibmq_manila`` device as the target device which natively supports I, X, √X, Rz and CX gates.
Consequently, the Ry gates in the previous figure have to be converted using only these native gates. In this case,
they are substituted by a sequence of X and Rz gates (denoted as • with a phase of −π).

Expand All @@ -63,10 +63,10 @@ they are substituted by a sequence of X and Rz gates (denoted as • with a phas

.. image:: /_static/arch.png
:width: 15%
:alt: Illustration of the `ibmq_manila` device
:alt: Illustration of the ``ibmq_manila`` device
:align: center

The architecture of the `ibmq_manila` device is shown above on the right and it defines between which qubits a two-qubit operation may be performed.
The architecture of the ``ibmq_manila`` device is shown above on the right and it defines between which qubits a two-qubit operation may be performed.
Since the circuit shown in the previous figure contains CX gates operating between all combination of qubits,
there is no mapping directly matching the target architecture's layout. As a consequence,
a non-trivial mapping followed by a round of optimization leads to the resulting circuit
Expand All @@ -80,4 +80,4 @@ shown below.
This is also the reason for the different sequence of CX gates compared
to the previous example.

This circuit is now executable on the `ibmq_manila` device, since all hardware induced requirements are fulfilled.
This circuit is now executable on the ``ibmq_manila`` device, since all hardware induced requirements are fulfilled.
2 changes: 1 addition & 1 deletion docs/Parameter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The ``mqt.bench.get_benchmark`` method has the following signature:
* ``circuit_size``\ : for most of the cases this is equal to number of qubits
(all scalable benchmarks except ``"qwalk-v-chain"`` and ``"grover-v-chain"``\ ) while for all other the qubit number is higher
* ``compiler``\ : ``"qiskit"`` or ``"tket"``
* `compiler_settings`: Optimization level for `"qiskit"` (`0`-`3`), placement for `"tket"` (`lineplacement` or `graphplacement`), exemplary shown:
* ``compiler_settings``: Optimization level for ``"qiskit"`` (``0``-``3``), placement for ``"tket"`` (``lineplacement`` or ``graphplacement``), exemplary shown:

.. code-block:: python
Expand Down

0 comments on commit bc41d69

Please sign in to comment.