Rename to better reflect function of file

This commit is contained in:
tankya2
2024-01-30 10:43:28 +08:00
committed by yangliwei
parent 15bab605a2
commit f9b9e5f531
2 changed files with 2 additions and 2 deletions

View File

@@ -70,9 +70,9 @@ class CuTensorNet(NumpyBackend): # pragma: no cover
"""
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