初级使用教程
中级使用教程
高级使用教程
案例库
API
论文复现代码
RELEASE NOTES
安装指南
将一个类型转化为mindquantum中支持的类型。
dtype (Union[mindquantum.dtype, mindspore.dtype, numpy.dtype]) - MindQuantum 或 MindSpore 或 numpy 支持的类型。
样例:
>>> from mindquantum import to_mq_type >>> import numpy as np >>> to_mq_type(np.complex128) mindquantum.complex128