初级使用教程
中级使用教程
高级使用教程
案例库
API
论文复现代码
RELEASE NOTES
安装指南
判断一个类型是不是双精度类型。
dtype (mindquantum.dtype) - MindQuantum 支持的类型。
样例:
>>> from mindquantum import is_double_precision, complex128 >>> is_double_precision(complex128) True