From d9dd3194c9568937cbb9395ed50a0d92b7cace95 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 13:13:13 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- doc/source/api-reference/qibo.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/api-reference/qibo.rst b/doc/source/api-reference/qibo.rst index 6dd078a770..c6dd42eecd 100644 --- a/doc/source/api-reference/qibo.rst +++ b/doc/source/api-reference/qibo.rst @@ -2431,7 +2431,7 @@ By characterizing the impact of noise on quantum gates, GST enables the identifi The GST functionalities are encapsulated in the :class:`qibo.tomography.gate_set_tomography` module, providing users with versatile tools to perform gate set tomography on quantum circuits. This module includes functions for calibrating an empty circuit, as well as conducting gate set tomography for one and two qubits. -To illustrate the usage of GST functions, we provide examples of how to conduct GST for single qubit gates and two qubit gates. If no gate is specified, then GST serves to calibrate the circuit. +To illustrate the usage of GST functions, we provide examples of how to conduct GST for single qubit gates and two qubit gates. If no gate is specified, then GST serves to calibrate the circuit. References: @@ -2496,7 +2496,7 @@ For this single qubit gate set tomography, the outputs given by ``GST_empty_1qb` Two qubits example ^^^^^^^^^^^^^^^^^^ -As another example, Suppose we want to do gate set tomography for two +As another example, Suppose we want to do gate set tomography for two scenarios: (1) Empty circuit (two qubit circuit); and (2) :math:`\text{CNOT}` gate. This is how we use the function ``execute_GST()`` for both scenarios individually. We will also import depolarizing noise as an example again.