Rename function

This commit is contained in:
tankya2
2024-02-16 14:56:07 +08:00
parent 91f46f048b
commit 5c24cc34c5

View File

@@ -80,7 +80,7 @@ class CuTensorNet(NumpyBackend): # pragma: no cover
if precision != self.precision:
super().set_precision(precision)
def get_cuda_type(self, dtype="complex64"):
def cuda_type(self, dtype="complex64"):
if dtype == "complex128":
return (
self.cuquantum.cudaDataType.CUDA_C_64F,