Skip to content

Commit

Permalink
Merge branch 'wire_names_docs' of github.com:qiboteam/qibo into wire_…
Browse files Browse the repository at this point in the history
…names_docs
  • Loading branch information
changsookim committed Dec 7, 2024
2 parents 58ed798 + e96c953 commit 510a79c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/api-reference/qibo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <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.
Expand Down

0 comments on commit 510a79c

Please sign in to comment.