From 58ed798a14253d8d0f431bfe3a21ea640c2f76f7 Mon Sep 17 00:00:00 2001 From: changsookim <> Date: Sat, 7 Dec 2024 14:47:16 +0900 Subject: [PATCH] fix: specify def backend order --- 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..5ec8f981f3 100644 --- a/doc/source/api-reference/qibo.rst +++ b/doc/source/api-reference/qibo.rst @@ -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