quspin.basis.uint16384

quspin.basis.uint16384 = dtype('V2064')

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.