Beginner Tutorial
Middle Level Tutorial
Advanced Tutorial
Case Library
API
Paper with Code
RELEASE NOTES
Installation Guide
Check whether a type is single precision or not.
dtype (mindquantum.dtype) – The data type supported by mindquantum.
Examples
>>> from mindquantum import is_single_precision, complex128 >>> is_single_precision(complex128) False