quspin.basis.uint1024

quspin.basis.uint1024 = dtype('V144')

VoidDType(length, /) –

DType class corresponding to the numpy.void scalar type.

Warning

np.dtypes.VoidDType cannot be instantiated directly. Use np.dtype("void[{unit}]") instead.

See numpy.dtype for the typical way to create dtype instances and arrays.dtypes for additional information.