Skip to content

Commit

Permalink
Revert "fix: added qulacs to QIBO_NATIVE_BACKENDS"
Browse files Browse the repository at this point in the history
This reverts commit 0fafeb1.
  • Loading branch information
BrunoLiegiBastonLiegi committed Jun 11, 2024
1 parent 6748416 commit 871e04e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qibo/backends/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from qibo.backends.tensorflow import TensorflowBackend
from qibo.config import log, raise_error

QIBO_NATIVE_BACKENDS = ("numpy", "tensorflow", "pytorch", "qulacs")
QIBO_NATIVE_BACKENDS = ("numpy", "tensorflow", "pytorch")
QIBO_NON_NATIVE_BACKENDS = ("qibojit", "qibolab", "qibo-cloud-backends", "qibotn")


Expand Down

0 comments on commit 871e04e

Please sign in to comment.