diff --git a/doc/source/api-reference/qibo.rst b/doc/source/api-reference/qibo.rst index 5ec8f981f3..9bc87c8621 100644 --- a/doc/source/api-reference/qibo.rst +++ b/doc/source/api-reference/qibo.rst @@ -2591,8 +2591,8 @@ size circuits you may benefit from single thread per process, thus set Backends -------- -Backend is the main calculation engine to execute circuits. -Qibo provides backends for quantum simulation on classical hardware and quantum hardware management and control. +:class:`qibo.backends.abstract.Backend` is the main calculation engine to execute circuits. +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.