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