Rename function
This commit is contained in:
@@ -80,7 +80,7 @@ class CuTensorNet(NumpyBackend): # pragma: no cover
|
|||||||
if precision != self.precision:
|
if precision != self.precision:
|
||||||
super().set_precision(precision)
|
super().set_precision(precision)
|
||||||
|
|
||||||
def get_cuda_type(self, dtype="complex64"):
|
def cuda_type(self, dtype="complex64"):
|
||||||
if dtype == "complex128":
|
if dtype == "complex128":
|
||||||
return (
|
return (
|
||||||
self.cuquantum.cudaDataType.CUDA_C_64F,
|
self.cuquantum.cudaDataType.CUDA_C_64F,
|
||||||
|
|||||||
Reference in New Issue
Block a user