mindquantum.dtype.to_np_type

查看源文件
mindquantum.dtype.to_np_type(dtype)[源代码]

将一个类型转化为numpy中的类型。

参数:
  • dtype (mindquantum.dtype) - MindQuantum 支持的类型。

样例:

>>> from mindquantum import to_np_type, complex128
>>> to_np_type(complex128)
numpy.complex128