Skip to content

Commit

Permalink
Merge branch 'master' into torch_migration
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoRobbiati committed Nov 20, 2024
2 parents aa22507 + ea6984d commit 5208307
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qibo/backends/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ def _create_backend(cls):
@classmethod
def set_backend(cls, backend, **kwargs):
cls._backend = construct_backend(backend, **kwargs)
cls._transpiler = None
log.info(f"Using {cls._backend} backend on {cls._backend.device}")

@classmethod
Expand Down

0 comments on commit 5208307

Please sign in to comment.