Skip to content

Commit

Permalink
fix: specify def backend order
Browse files Browse the repository at this point in the history
  • Loading branch information
changsookim committed Dec 7, 2024
1 parent 35be2c4 commit 58ed798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/api-reference/qibo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2610,7 +2610,7 @@ The user can set the backend using the :func:`qibo.set_backend` function.
If no backend is specified, the default backend is used.
The default backend is selected from the available options: ``qibojit``, ``numpy``, ``qiboml``, and ``pytorch``.
The default backend is selected in the following order: ``qibojit``, ``numpy``, and ``qiboml``.
The list of default backend candidates can be changed using the ``QIBO_BACKEND`` environment variable.

Some backends support different platforms. For example, the ``qibojit`` backend
Expand Down

0 comments on commit 58ed798

Please sign in to comment.