From ebfe3ae41c4fa48175f7c5f83445753babbdb1e5 Mon Sep 17 00:00:00 2001 From: Changsoo Kim <57739683+csookim@users.noreply.github.com> Date: Thu, 5 Dec 2024 17:48:09 +0900 Subject: [PATCH 1/2] Update doc/source/api-reference/qibo.rst Co-authored-by: Renato Mello --- doc/source/api-reference/qibo.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/api-reference/qibo.rst b/doc/source/api-reference/qibo.rst index 593b9f2ed5..cedfc0f9a7 100644 --- a/doc/source/api-reference/qibo.rst +++ b/doc/source/api-reference/qibo.rst @@ -2591,7 +2591,7 @@ size circuits you may benefit from single thread per process, thus set Backends -------- -Backend is the main calculation engine to execute circuits. +:class:`qibo.backends.abstract.Backend` is the main calculation engine to execute circuits. Qibo provides backends for quantum simulation on classical hardware and quantum hardware management and control. For a complete list of available backends, refer to the :ref:`Packages ` section. To create new backends, inherit from :class:`qibo.backends.abstract.Backend` and implement From e96c953ebe493b6c5d76c68059999649e58d5ef4 Mon Sep 17 00:00:00 2001 From: Changsoo Kim <57739683+csookim@users.noreply.github.com> Date: Thu, 5 Dec 2024 17:48:16 +0900 Subject: [PATCH 2/2] Update doc/source/api-reference/qibo.rst Co-authored-by: Renato Mello --- doc/source/api-reference/qibo.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/api-reference/qibo.rst b/doc/source/api-reference/qibo.rst index cedfc0f9a7..11e777c6e3 100644 --- a/doc/source/api-reference/qibo.rst +++ b/doc/source/api-reference/qibo.rst @@ -2592,7 +2592,7 @@ Backends -------- :class:`qibo.backends.abstract.Backend` is the main calculation engine to execute circuits. -Qibo provides backends for quantum simulation on classical hardware and quantum hardware management and control. +Qibo provides backends for quantum simulation on classical hardware, as well as quantum hardware management and control. For a complete list of available backends, refer to the :ref:`Packages ` section. To create new backends, inherit from :class:`qibo.backends.abstract.Backend` and implement its abstract methods. This abstract class defines the required methods for circuit execution.