Skip to content

Commit

Permalink
refactor: renamed qibo-cloud backend
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoLiegiBastonLiegi committed Feb 1, 2024
1 parent 8f059ea commit ed790c2
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 @@ -41,7 +41,7 @@ def construct_backend(backend, platform=None, runcard=None, token=None, provider
else:
platform = construct_backend(platform)
return CliffordBackend(platform)
elif backend == "qibo": # pragma: no cover
elif backend == "qibo-cloud": # pragma: no cover
from qibo_cloud_backends.qibo_client import ( # pylint: disable=E0401
QiboClientBackend,
)
Expand Down

0 comments on commit ed790c2

Please sign in to comment.