mindquantum.dtype.to_real_type

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

将一个类型转化为实数类型,并保持精度不变。

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

样例:

>>> from mindquantum import to_real_type, complex128
>>> to_real_type(complex128)
mindquantum.float64