Skip to content

Commit

Permalink
Rename to better reflect function of file
Browse files Browse the repository at this point in the history
  • Loading branch information
Tankya2 committed Jan 30, 2024
1 parent 6181161 commit 44ac064
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/qibotn/backends/gpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ def execute_circuit(
"""

import qibotn.cutn
import qibotn.src.qibotn.eval

cutn = qibotn.cutn
cutn = qibotn.eval
MPI_enabled = self.MPI_enabled
MPS_enabled = self.MPS_enabled
NCCL_enabled = self.NCCL_enabled
Expand Down
File renamed without changes.

0 comments on commit 44ac064

Please sign in to comment.